﻿/* Tab Content - menucool.com */

ul.tabs
{
    list-style-type: none;
	padding:0px;
	margin:0px;
}
        
ul.tabs li
{
	float:left;
}
        
ul.tabs li a
{
    text-decoration: none;
    position: relative;
    color: #000;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    font-weight:700;
	-webkit-animation: title 25s infinite;
    -moz-animation: title 25s infinite;
    -ms-animation: title 25s infinite;
    -o-animation: title 25s infinite;
    animation: title 25s infinite;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
    
}