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

    #tabsF {
      float:left;
      width:800px;
      height:51px;
	  background:url('images/navback.jpg') no-repeat left top;
      font: bold 14px/20px arial;
	  text-transform:uppercase;
	  color:#AEACA8;
	  text-align:center;
      }
    #tabsF ul {
        margin:0;
        padding:10px 0px 0px 50px;
        list-style:none;
      }
    #tabsF li {
      display:inline;
      margin-left:0;

	  
      }
    #tabsF a {
      float:left;
      
      margin:0;
      text-decoration:none; padding-left:4px; padding-right:7px; padding-top:12; padding-bottom:0px
	 
      }
    #tabsF a span {
      float:left;
      display:block;
      
      color:#AEACA8; padding-left:15px; padding-right:35px; padding-top:1px; padding-bottom:12px
	
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFFFFF;
      }
    #tabsF a:hover {
      background-position:0% -50px;
	  background:url('images/tableftF.png') no-repeat left top;
      }
    #tabsF a:hover span {
      background-position:100% -50px;
	  background:url('images/tabrightF.png') no-repeat right top;
      }

        #tabsF #current a {
				color:#FFFFFF;
                background-position:0% -50px;
        }
        #tabsF #current a span {
				color:#FFFFFF;
                background-position:100% -50px;
        }

