﻿/* 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*/
	padding-bottom:0px;
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
    color: #fff;
    border-radius: 3px 3px 0 0;
    outline:none;
	
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #FF6600;
}
        
ul.tabs li.selected a, ul.tabs li.selected a
{
    position: relative;
    top: 0px;
    font-weight:bold;
	font-color:#fff;
	
}
li.tab1 a{
    background:#00569d;
}

li.tab1 a:focus{
    background: #00569d;
}
li.active.tab1.selected a{
background: #292416;
}


li.tab2 a{
    background:#00569d;
}

li.tab2 a:focus{
    background: #292416;
}
li.tab3 a{
    background:#00569d;
}

li.tab3 a:focus{
    background: #292416;
}
      
     

div.tabcontents
{
    border: 1px solid #B7B7B7; padding: 20px;
    background-color:#FFF;
    border-radius: 0 3px 3px 3px;
}