﻿

/*- Menu Tabs F--------------------------- */

    #tabsF {
		display:table;
		font-size:90%;
		line-height:normal;
		border-bottom:0px solid #111111; 
	}

	#tabsF ul {
		width:135px;		
		text-align: center;
        margin:0;
        padding:0px 13px 0px 9px;
		list-style:none;
	}

	#tabsF ul li {		
		display:table-cell;
		margin: 0;		
    }
	
    #tabsF ul li a {
		width:0px;
		display:block;
		float:left;
		font: bold 12px/18px arial, helvetica, sans-serif;
		background:url("images/tabrightF.png") no-repeat left top;
		margin:0;
		padding:0 0 0 8px;
		text-decoration:none;
	}
    #tabsF ul li a span {
		width:118px;
		display:block;
		background:url("images/tabrightF.png") no-repeat right top;
		padding:4px 10px 5px 0px;
		color: #111111;
	}
	
	
	* html #tabsF a {
		float:left;
	}

    #tabsF ul li a:hover span {
      color:#111111;
	  cursor:pointer;	
	}
    #tabsF ul li a:hover {
      background-position:0% -27px;
	}
    #tabsF ul li a:hover span {
      background-position:100% -27px;
	}
	  
	  

	



