.basictab{
margin:0px 0px 0px 0px;
padding: 6px 0px 10px 0px;
list-style-type: none;
/*set to left, center, or right to align the menu as desired*/
background: #20434a  url(../images/topmn_bg.gif) repeat;
}

.basictab li{
display: inline;
text-align: center;
}

.basictab a:hover{
background: #bfe5ed;
font:bold 12px Arial, Tahoma; color: #0e2e35;
}

.basictab li a{
padding:10px 30px 10px 30px;
font:bold 12px Arial, Tahoma; color: #ffffff; 
text-decoration: none;
}

.basictab .selected a{
background: #bfe5ed;
font:bold 12px Arial, Tahoma; 
color: #0e2e35;
margin: 0px -5px 0px -5px;
}


.submenustyle{
padding:7px 20px 7px 20px;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
background: #bfe5ed;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
font:11px Arial, Tahoma; color: #33636d;
padding: 1px 9px;
text-decoration: none;
}

.submenustyle a:hover{
font:11px Arial, Tahoma; color: #1399b6;
}