﻿/* Tab Content - menucool.com */

ul.tabs
{
    padding: 7px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
    
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
  
    background: url(../images/tt.png);
}
        
ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
    border: 1px solid #3725A6;
    border-bottom-color:#B7B7B7;
    color: #ffffff;
    background: #F0F0F0 url(tabbg.gif) 0 0 repeat-x;
    border-radius: 9px 9px 0 0;
    outline:none;
    background: url(../images/tt.png);
    margin-right: 5px;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #B7B7B7;
    background: #005A79;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background: #0f74d0;
  
    border-bottom-color: white;
}
        
        
ul.tabs li.selected a:hover

{
    text-decoration: none;
    
}
     

div.tabcontents
{
  
   
}