.basictab{
padding: 4px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
font:bold 12px tahoma, verdana, arial, sans-serif;
list-style-type: none;
text-align: center; /*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:8px 10px 3px 10px;
border-bottom: none;
margin-bottom:10px;
background-color: #00556f;
color:#dbe7cd;
}

.basictab li a:visited{
background-color: #00556f;
color:#dbe7cd;
}

.basictab li a:hover{
padding-top: 9px;
background-color: #287288;
color:#fff;
}

.basictab li a:active{
color:#dbe7cd;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
padding-top: 9px;
background-color: #287288;
color:#fff;
}

.submenustyle{
font:11px tahoma, verdana, arial, sans-serif;
padding: 5px 1px;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
background-color: #287288;
color:#fff;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
padding: 1px 10px;
text-decoration: none;
background-color: #287288;
color:#dbe7cd;
}

.submenustyle a:hover{
background-color: #287288;
color:#fff;
}


