.basictab{
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #1F4A8A;
}

.basictab li{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

.basictab li a{
	float: left;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #0D2855;
}


.basictab li a:visited{
	float: left;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #0D2855;
}

.basictab li a:hover{
	float: left;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #0D2855;
	background-color:#ffffff;
}

.basictab li a:active{

	border-bottom: 3px solid #5476AA;
	padding-bottom: 2px;
	background: #fff;
	color: #0D2855;
}

.basictab li.selected a{ /*selected tab effect*/
	float: left;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #ffffff;
}


.submenustyle{
	padding: 0px;
	margin: 5px 0 20px 10px;
	background: #fff;
display: none;
filter:alpha(opacity=70);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
	float:left;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #0D2855;
}

.submenustyle a:hover{
background-color: #ffffff;
color: #282B78;
}
