#maintab {width: 990px; font-family:velvetica;}

.basictab{width: 990px;

padding: 3px 0;
margin-left: 0;
font: bold 12px helvetica;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
width:157px;
display: inline;
padding-right: 9px;
}

*html .basictab li{
width:157px;
display: inline;
padding-right: 12px;
}
/*
.basictab li a{
width:150px;
background-color: #ffffcc;
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 2px solid #990000;
background-color: #ffffcc;
border-bottom: 2px solid #990000;
background-color: white;
color: #990000;;
}


.basictab li a:visited{
text-decoration: none;
background-color: #ffffcc;
color: #990000;
}

.basictab li a:hover{
text-decoration: none;
background-color: #ffffcc;
color: #990000;
}

.basictab li a:active{
text-decoration: none;
background-color: #ffffcc;
color: black;
}

.basictab li.sltc a{ selected tab effect
width:157px;
text-decoration: none;
position: relative;
top: 1px;
padding-top: 4px;
background-color: #ffffcc;
color: #990000;
}*/


.submenustyle{
font-family: Helvetica;
font-weight:600;
font-size: 14px;
padding: 8px 1px;
color: #990000;
border-top-width: 10;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
padding-left:150px;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
font-family: Helvetica;
font-weight:600;
color: #990000;
font-size: 14px;
padding: 1px 5px;
text-decoration: none;
}

.submenustyle a:hover{
color: #990000;
font-weight:600;
font-family: Helvetica;
text-decoration: underline;
background-color: #ffffff;
}