.basictab{
padding: 12px 0;
margin-left: 0;
list-style-type: none;
margin-bottom: 0;
background:#00aa01 url('main-menu-bg.jpg') repeat-x;
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: 12px;
margin-right: 2px;
color: #FFFFFF;
font: bold 14px Trebuchet MS;
}


.basictab li a:visited{
color: #ffffff;
}

.basictab li a:hover{
background-color: #00aa01;
color: #ffffff;
}

.basictab li a:active{
color: #ffffff;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
background-color: #00aa01;
color: #ffffff;
}


.submenustyle{
padding: 2px 1px;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

#submenustyle-wrapper{
	background:#00aa01; height:27px; margin:0px; padding-top:px;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
padding: 1px 5px;
text-decoration: underline;
color:#FFFFFF;
font: bold 13px Trebuchet MS;
margin:0 3px 0px 3px;
}

.submenustyle a:hover{
text-decoration:none;
color:#FFFFFF;
font: bold 13px Trebuchet MS;

}