.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: #d8d7ff;
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: #bed4ff;
	color: #3a3a3a;
	font-size: 12px;
}

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

.basictab li a:hover, .basictab li a.current{
	text-shadow: 0px 0px 2px;
	font-family: Arial;
	background-color: #aabee4;
	color: white;
	font-size: 12px;
}

.basictab li a:active{
	font-family: Arial;
	color: #d8d7ff;
	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;
}
