
    #tabsF 
    {
      font-size:80%;
      line-height:normal;
      margin:-30px 0px 0px 20%;
      padding:0px;
    }
    
* html #tabsF 
    {
      font-size:80%;
      line-height:normal;
      margin:0px 0px 0px 20%;
      padding:0px;
    }
    

    #tabsF i
    {
  	font-size:6pt;
  	font-style:normal;
  	margin:0px;
    }
    #tabsF ul 
    {
        list-style:none;
	margin:0px;
    }
    #tabsF li 
    {
        display:inline;
        margin:0; 
        padding:0;
    }
    #tabsF a 
    {
      	 float:left;
         background:transparent url("../images/tableftFa.png") no-repeat left top;
         margin:0px 0px 0px 10px;
         padding:0 0 0 8px;
         text-decoration:none;
    }
    #tabsF a span 
    {
         float:left;
         display:block;
         background:transparent url("../images/tabrightFa.png") no-repeat right top;
         padding:5px 20px 4px 16px;
         color:#666;
     }
  
  
  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
  
  
  
  
  
    #tabsF a:hover span 
     {
         color:#FFF;
     }
    #tabsF a:hover 
    {
         background-position:0% -30px;
    }
    #tabsF a:hover span 
    {
      	 background-position:100% -30px;
    }

    #tabsF .active
    {
         color:#fff;
         background-position:0% -30px;
         float:left;
         display:block;
    }
    #tabsF .active span
    {
         color:#fff;
         background-position:100% -30px;
         float:left;
         display:block;
    }