/* Created by TopStyle Pro Trial Version - www.bradsoft.com */


.tab{
margin-bottom: 0px;
}

.tab ul{
padding: 3px 9px 1px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.tab li{
display: inline;
margin: 0; 
}

.tab li a{
text-decoration: none;
/*padding: 3px 9px 2px 5px;*/
margin: 0;
margin-right: 0; /*distance between each tab*/
font: bold 14px Verdana;

color: #999999;
font-size: 12px;
font-weight: bold;
padding: 3px 9px 0px 5px;
background: url(images/tab_bg.gif);
background-repeat: repeat-x;
 border-left: 1px solid #BBBBBB;
 border-right: 1px solid #BBBBBB;
 border-top: 1px solid #BBBBBB;
border-bottom: 1px solid #FFFFFF;
}

.tab li a.current {
padding: 3px 9px 1px 5px;
	background-color: #CDDADA;
	color: navy;
}

/*.tab li a:visited{
padding: 3px 9px 1px 5px;
color: #555555;
}*/

.tab li a:hover {
padding: 3px 9px 1px 5px;
background-color: #CDDADA;
color: red;
}



#tabcontentcontainer{
width:100%; /*width of 2nd level content*/
height: auto; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display: none;
font-size: 12px;
border-right: 1px solid #BBBBBB;
border-bottom: 1px solid #BBBBBB;
border-left: 1px solid #BBBBBB;
padding: 10px;
background-image: url(images/tabmain_bg.gif);
background-position: bottom;
background-repeat: repeat-x;
}

