.basictab ul{
	margin: 4px;
	padding: 3px 0;
	margin-left: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: center; /*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 7px;
margin-right: 1px;
border-bottom: none;
color: #2d2b2b;
}

.basictab li a:visited{
	color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
	color: black;
}

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

.tabcontainer{
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:22px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	padding-top:5px;
	margin-left:20px;
}

.tabcontent{
	display:none;
}
