﻿/* Tab Content - menucool.com */

ul.tabs
{
    padding: 7px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    
}
        
ul.tabs li
{
    display: inline;
    
}
        
ul.tabs li a
{
    font: normal 0px Didact Gothic;
    text-decoration: none;
    position: relative;
    padding: 0px 5px;
    color: #fff;
    background: 
    outline:none;
}
        

        
ul.tabs li a:hover
{

	opacity: 0.5;
  
  
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
	position: relative;
	opacity: 0.7;
	
}
        
