﻿/* Tab Content - menucool.com */

ul.tabs
{
    padding: 0;
    font-size: 0;
    margin:12px 10px 0px 10px;
    list-style-type: none;
    text-align: left;
	line-height:35px;
	 /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
     /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    padding: 15px;
    color: #000;
    outline:none;
	background-color:#F0F0F0;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
   
    background:#dedfe0;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background-color:#ccc
    
   
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
    border: 1px dotted #B7B7B7; padding: 0px;
    background:#fff;
    border-radius: 3px 3px 3px 3px;
}