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

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

.basictab li a{
	text-decoration: none;
	padding-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	border: none;
	border-right: none;
	border-bottom: none;
	background-color: white;
	color: black;
	padding-right: 15px;
}


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

.basictab li a:hover{
color: #00A4E3;
}

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

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: none;
color: #00A4E3;
}


.submenustyle{
	padding: 3px 0px;
	font: 10px Arial;
	border: none;
	border-top-width: 0;
	width: auto;
	display: none;
	filter:alpha(opacity=0);
-moz-opacity:0;
	margin-left: 30px;
}

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

.submenustyle a{
	color: #666666;
	border-right: none;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 20px;
}

.submenustyle a:hover{
	background-color: none;
	color: #00A4E3;
}
