.basictab{
padding: 12px 75px;
margin-left: 0;
font: bold 12px Verdana;
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: 3px 7px;
margin-right: 2px;
border: none;
border-bottom: none;
background-color: none;
color: black;
}


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

.basictab li a:hover{
background-color: #cccccc;
color: black;
}

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

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 0px;
padding-top: 3px;
background-color: #cccccc;
color: black;
}


.submenustyle{
	padding: 0px 75px;
	border: none;
	border-top-width: 0;
	width: auto;
	display: none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	color: #CCCCCC;
	font-family: Arial;
	font-size: 14px;
	line-height: 12px;
}

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

.submenustyle a{
	border-right: none;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

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

