/*- Menu Tabs F--------------------------- */

    #tabsF {
      float:left;
      width:100%;
      font-size:85%;
      line-height:normal;
	  border-bottom:1px solid #a6a6a6;
      }
    #tabsF ul {
	padding:0px 0px 0px 0px;
	list-style:none;
      }
    #tabsF li {
      margin:0;
      padding:0;
      float:left;
      bottom:0px;
      }
    #tabsF a {
      float:left;
      background:url("../graphics/tableftF.gif") no-repeat left top;
      padding:0 0 0 4px;
      text-decoration:none;
      line-height:12px;
      vertical-align:middle;
      bottom:0px;
      }
    #tabsF a span {

	  vertical-align:middle;
      display:inline-block;
      background:url("../graphics/tabrightF.gif") no-repeat right top;
      padding:5px 8px 4px 4px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#000;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }

