.basictab ul{
	margin: 4px;
	padding: 3px 0;
	margin-left: 0;
	font: bold 11px Verdana;
	border-bottom: 1px solid gray;
	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 5px;
	margin-right: 2px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #85ADC4;
	color: #FFFFFF;
}

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

.basictab li a:hover, .basictab li a.current{
	background-color: #000066;
	color: #FFFFFF;
}

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

.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.*/
	font-size: 90%;
	font-weight: bold;
	font-variant: small-caps;
}

.tabcontent{
	display:none;
}
