.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Arial;
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-left: 20px;
margin-right: 20px;
background-color: #226d21;
color: #CCCCCC;
}

.basictab li a:hover{
background-color: #226d21;
color: #999999;
}

.basictab li.selected { /*selected tab effect*/
position: relative;
margin-left: 20px;
margin-right: 20px;
top: 1px;
padding-top: 4px;
background-color: #226d21;
color: black;
}


.submenustyle{
padding: 10px 1px 2px;
font: bold 11px Arial;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

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

.submenustyle a{
	text-decoration: none;
	background-color: #226d21;
	color: #CCCCCC;
	margin-right: 40px;
	width: 30px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.submenustyle a:hover{
background-color: #226d21;
color: #999999;
}

