/*- Menu Tabs F--------------------------- */

    #tabsF {
      float:left;
      width: auto;
	  width:100%;
	  min-width: 100%;
      background:none;
      font-size:71%;
      line-height:normal;
	  border-bottom:1px solid #fff;
      }
    #tabsF ul {
	margin:0;
	padding:0px 0px 0px 20px;
	list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("/images08/tableftF.gif")  no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("/images08/tabrightF.gif")  no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#103f74;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
