.basictab ul{
	margin-left: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C1F7B;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #2C1F7B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.basictab li{
	display: inline;
	margin: 0;
	font-family: Verdana;
	font-size: 10px;
}

.basictab li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	background-color: #CCCCCC;
	color: #2d2b2b;
	font-weight: normal;
	font-family: Verdana;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-left-color: #000066;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
	background-color: #2C1F7B;
	color: #FFFFFF;
}

.basictab li a:active{
color: white;
}

#tabcontentcontainer{
width:95%; /*width of 2nd level content*/
height:100%; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent{
display:none;
}
