.basictab ul{
border-bottom-style: none;
font-family: Arial;
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 10px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
font-family: Arial;
color: #3c93d6;
display: inline;
margin: 0;
}

.basictab li a{
	font-family: Arial;
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #dbe72a;
	color: black;
	font-size: 12px;
}

.basictab li a:visited{
	color: #2d2b2b;
	font-size: 12px;
}

.basictab li a:hover, .basictab li a.current{
	font-family: Arial;
	background-color: #ffd10b;
	color: black;
	font-size: 12px;
}

.basictab li a:active{
	font-family: Arial;
	color: black;
	font-size: 12px;
}

.tabcontainer{
	font-family: Arial;
	width: 100%;
	font-size: 12px;
}

.tabcontent{
	max-width: 816px;
	font-family: Arial;
	display:none;
	padding: 1px;
	text-align: left;
	font-size: 12px;
}
