.basictab{
	margin-left: 0;
	font: bold 11px Verdana;
	list-style-type: none;
margin-top: 0;	
margin-bottom: 0;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	background-color: #1643ba;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 2px;
	color: #FFFFFF;
}


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

.basictab li a:hover{
	background-color: #1643ba;
	color: #FFFFFF;
}

.basictab li a:active{
	color: #FFFFFF;
}

.basictab li.selected a{ /*selected tab effect*/
	position: relative;
	padding-top: 3px;
	background-color: #1643ba;
	color: #FFFFFF;
}


.submenustyle{
	padding: 2px 1px;
	border-top-width: 0;
	width: auto;
	display: none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #1643ba;
	border-right-color: #1643ba;
	border-bottom-color: #1643ba;
	border-left-color: #1643ba;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
	text-decoration: none;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	color: #333333;
}

.submenustyle a:hover{
	background-color: #FFFFFF;
	color: #1643ba;
}
