.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 18px Veranda;
border-bottom: 1px solid gray;
list-style-type: none;
margin-bottom: 0;
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: 3px 7px;
margin-right: 2px;
border: 1px solid gray;
border-bottom: none;
background-color: #FFFFFF;
color: #4C99E6;
}

.basictab li a:visited{
background-color: #FFFFFF;
color: #4C99E6;
}

.basictab li a:hover{
background-color: #d6ebf7;
color: #4C99E6;
}

.basictab li a:active{
background-color: #d6ebf7;
color: #4C99E6;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #d6ebf7;
color: #4C99E6;
}


.submenustyle{
font: 18px bold Veranda;
padding: 0px 0px;
border: 1px solid black;
border-top-width: 0;
border-left: none;
border-right: none;
border-bottom: none;
width: auto;
display: none;
background-color: #d6ebf7;
color: #FFFFFF;
filter:alpha(opacity=0);
-moz-opacity:0;
text-align: center;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: none;
border-left: none;
border-bottom: none;
padding: 1px 5px;
text-decoration: none;
color: #104d84;
background-color: #d6ebf7;
}

.submenustyle a:hover{
background-color: #FFFFFF;
color: #104d84;
}
