.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid #009999;
list-style-type: none;
margin-bottom: 0;
text-align: center; /*set to left, center, or right to align the menu as desired*/
background-color: white;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
/*border: 1px solid gray;*/
border: 0px solid gray;
border-bottom: none;
background-color: white;
color: black;
}

.basictab li a:visited{
color: black;
}

.basictab li a:hover{
background-color: #dbffff;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #dbffff;
color: #333;
}

.submenustyle{
padding: 2px 1px;
border: 1px solid gray;
border-top-width: 0;
background-color: #66FFFF;
/*border-bottom: 1px solid #009999;*/
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
font-weight: normal;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
font-weight: normal;
}

.submenustyle a{
border-right: 0px dashed white;
padding: 5px 5px;
text-decoration: none;
font-weight: normal;
}

.submenustyle a:hover{
background-color: #ebffff;
font-weight: normal;
}