.basictab
{
	background: #869BBF url(../images/gradients/gradient_tcat.gif) repeat-x top left
}

.basictab ul{
margin: 0px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid black;
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: 3px 0px;
margin-right: 3px;
color: #FFFFFF;
font-weight: bold;
}

.basictab li a:visited{
color: #FFFFFF;
}

.basictab li a:hover, .basictab li a.current{
text-decoration: underline
}

.basictab li a:active{
color: black;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background:#738FBF;
font-size:10px;
padding:5px;
}

.tabcontent{
	display:none;
	color: #FFFFFF;
	font-weight: bold;
}

.tabcontent a {
	color: #FFFFFF;
	text-decoration: none;
}

.tabcontent  a:hover, .basictab li a.current
{
	text-decoration: underline
}