/* CSS Document */

.basictab ul{
margin: 0px;
padding: 0px 0;
margin-left: 0;
font: bold 16px 'Trebuchet MS', 'Liberation Sans', sans-serif;
border-bottom: 0px solid #999999;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 0px 0px 0px 0px;
margin-right: 5px;
border: 0px;

color: #336699;
}

.basictab li a:visited{
color: #336699;

}

.basictab li a.current{

color: #333333;
}

.basictab li a:active{
color: #333333;
}

#tabcontentcontainer{
width:100%; /*width of 2nd level content*/
height:1.2em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}


