.basictab{
padding: 3px 0;
margin-left: 0;
font: 12px Verdana;
border-bottom: 1px solid gray;
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-right: 2px;
border: 1px solid #004C91;
border-bottom: none;
background-color: #004C91;
color: white;
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
font-size: 14px;
}


.basictab li a:visited{
color: white;
}

.basictab li a:hover{
background-color: #F26922;
color: white;
}

.basictab li a:active{
color: white;
}




.submenustyle{
padding: 2px 1px;
border-top-width: 0;
width: auto;
display: none;
background-color: #fef0e8;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
padding: 1px 5px;
text-decoration: none;
background-color: #fef0e8;
font-family:Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight:bold;
color: #58595b;
}

.submenustyle a:hover{
background-color: #fef0e8;
color: #F26922;
}

