.basictab{
padding: 3px 0;
margin-top: 0;
margin-left: 2px ;
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*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding:2px 6px;
margin-right: 0px;

border-bottom: none;
background-color: silver;
color: #004200;
}


.basictab li a:visited{
color: #CCFF99;
color: #004200;

}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 1px;

color: #fed627;
color: #CCFF99;
}

.basictab li a:active{
color:#fff4d7;
color: #CCFF99;
}

.basictab li a:hover{
background-color: #3CAA73;
color: #CCFF99;
}






.submenustyle{
padding: 3px 0px;
border: 1px solid black;
border-top-width: 0;
width: 100%;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
background-color: #3CAA73;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px dashed black;
padding: 1px 5px;
text-decoration: none;
color: #CCFF99;
color: #D8EBB3;

font: bold 10px arial;
}

.submenustyle a:hover{
color: orange;


}

.submenustyle a:visited {
	color: #D8EBB3;text-decoration:none;}
	
	.submenustyle a:hover{
color: orange;
