#maintab {width: 1158px; font-family:Georgia,velvetica;}

.basictab{width: 1158px;
padding: 0px 0px 0px  0px;
margin-left: 0;
list-style-type: none;
margin-bottom: 0;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
width:115px;
display: inline;
padding-right: 0px;
margin-right:0px;
}


*html .basictab li{
width:115px;
display: inline;
padding-right: 0px;
margin-right:0px;
}

.basictab li a{
width:115px;
color:#000000;
font-weight:600;
font-family:georgia,comic sans MS;
font-size:18px;
text-decoration: none;
padding: 0 0 0 0;
margin-right: 0px;
}


.submenustyle{ 

margin-left:15px;
font-family: georgia,comic sans MS;
font-weight:600;
font-size: 16px;
padding: 3px 0px 0px 0px;
color: #000000;
border-top-width: 2;
/*width: auto;*/
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
padding-left:446px;
width: 1042px;
}

* html .submenustyle{ /*IE only width definition*/
width: 1002px;
}

.submenustyle a{ 
font-family: georgia,comic sans MS;
font-weight:600;
color: #000000;
font-size: 16px;
padding: 3px 0px 0px 0px;
text-decoration: none;

}

.submenustyle a:hover{
font-family: georgia,comic sans MS;
font-style:italic;
color: #000000;
font-weight:600;
font-size: 16px;
padding: 3px 0px 0px 0px;
text-decoration: underline;

}


