div.small
{
font-size:small;
color:blue;
font-style:italic
}

.basictab
{
padding: 6px 0;
margin-left: 0;
margin-right: 0;
font: bold 24px Times;
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-bottom: none;
background-color: dbffff;
color: black;
}

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

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

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

.submenustyle
{
text-align: center;
font: bold 14px Arial Bold;
padding: 2px 1px;
border-top-width: 0;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle
{ /*IE only width definition*/
width: 100%;
}

.submenustyle a
{
border-right: 1px solid black;
padding: 1px 5px;
text-decoration: bold;
}

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