.basictab{
	padding: 3px 0;
	margin-left: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	margin-bottom: 0;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 2px;
	color: #003300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}


.basictab li a:visited{
color: #003300;
}

.basictab li a:hover{
background-color: #DCFFDB;
color: #006600;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;

color: black;
}


.submenustyle{
	padding: 2px 1px;
	width: 500px;
	display: none;
	filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 500px;
}

.submenustyle a{
	padding: 1px 5px;
	text-decoration: none;
	color: #006600;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #990000;
}
.submenustyle a:visited{
	padding: 1px 5px;
	text-decoration: none;
	color: #006600;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #990000;
}
.submenustyle a:hover{
background-color: #ebffff;
}
