a:link		{
	text-decoration: none;
	color:black;
	font-family:Arial;
	font-weight: normal;
}
a:hover 	{
	text-decoration: none;
	color:gray;
	font-family:Arial;
	font-weight: normal;
}
a:visited	{
	text-decoration: none;
	color:black;
	font-family:Arial;
	font-weight: normal;
}
a:active	{
	text-decoration: none;
	color:#0000FF;
	font-family:Arial;
	font-weight: normal;
}

.basictab{
	padding: 8px 0;
	margin-left: 5;
	border-bottom: 0px solid gray;
	list-style-type: none;
	margin-bottom:3;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 0px solid gray;
border-bottom: none;
background-color: black;
color: white;
}


.basictab li a:visited{
color: white;
}

.basictab li a:hover{
background-color: #999999;
color: white;
}

.basictab li a:active{
color: #3366FF;
}


.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #dbffff;
color: white;
}


.submenustyle{
padding: 1px 1px;
border: 0px solid black;
border-top-width: 0;
width: 800;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px dashed black;
padding: 1px 5px;
text-decoration: none;
color: black;
}

.submenustyle a:hover{
background-color: #ebffff;

}

