.basictab{
	font: bold 10px Verdana;
	/*border-bottom: 1px solid gray;*/
list-style-type: none;
	margin-bottom: 0;
	text-align: center; /*set to left, center, or right to align the menu as desired*/

}

.basictab li{
	display: inline;
	width: auto;
	margin: 0;
	border: solid;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;		/*background-color: #ebffff;*/
	letter-spacing: .005em;
}

.basictab li a{
text-decoration: none;
padding: 0px 3px;
/*margin-right: 1px;*/
/*border: 1px solid gray;*/
border-bottom: none;
/*background-color: white;*/
color: black;
}


.basictab li a:visited{
color: black;
}

.basictab li a:hover{
background-color: #FDEFFE;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
/*top: 1px;*/
/*padding-top: 1px;*/
/*background-color: #dbffff;*/
color: black;
}


.submenustyle{
padding: 1px 1px;
/*border: 1px solid black;*/
border-top-width: 0;
width: auto;
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 3px;
	text-decoration: none;
	font: bold 12px Ariel;
	border: solid;
	border-width: 1px;
}

.submenustyle a:hover{
background-color: #FDEFFE;
}
