.basictab{
background-color: #006BAB;
font: bold 12px Verdana #ffffff;
border-bottom: 1px solid #006BAB;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
top: 1px;
padding: 3px 4px;
margin: 6px 12px 6px 0px;
}

.basictab li{
background-color: #006BAB;
display: inline;
padding:  0;
margin-left: 0;
font: bold 12px Verdana #ffffff;
border-bottom: 1px solid #006BAB;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li a{
font: bold 12px Verdana #ffffff;
text-decoration: none;
border: 1px solid #006BAB;
background-color: #006BAB;
color: white;
top: 1px;
padding: 3px 4px;
margin: 6px 12px 6px 0px;
}


.basictab li a:visited{
font: bold 12px Verdana #ffffff;
text-decoration: none;
border: 1px solid #006BAB;
border-bottom: none;
background-color: #006BAB;
color: white;
top: 1px;
padding: 3px 8px;
margin: 6px 12px 6px 0px;
}

.basictab li a:hover{
font: bold 12px Verdana #ffffff;
text-decoration: none;
margin-right: 12px;
border: 1px solid #006BAB;
border-bottom: none;
background-color: #003366;
color: white;
top: 1px;
margin-bottom: 6px;
margin-top: 6px;
padding: 3px 8px;
margin-right: 12px;
}

.basictab li a:active{
font: bold 12px Verdana #ffffff;
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid #006BAB;
border-bottom: none;
background-color: #000066;
color: white;
top: 1px;
margin-bottom: 6px;
margin-top: 6px;
padding: 3px 8px;
margin-right: 12px;
}

.basictab li.selected a{ /*selected tab effect*/
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid #006BAB;
border-bottom: none;
background-color: #006BAB;
color: white;
top: 1px;
padding-top: 4px;
padding: 3px 7px;
margin-right: 2px;
}


.submenustyle{
padding: 2px 1px;
border: 1px solid #006BAB;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
font: 12px Verdana #ffffff;
margin-bottom: 6px;
margin-top: 6px;
}

* html .submenustyle{ /*IE only width definition*/
font: 12px Verdana #ffffff;
background-color: #006BAB;
padding: 1px 5px;
color: white;
text-decoration: none;
margin-bottom: 3px;
}

.submenustyle{ /*IE only width definition*/
font: 12px Verdana #ffffff;
border-right: 1px none #ffffff;
background-color: #006BAB;
padding: 1px 5px;
color: white;
text-decoration: none;
margin-bottom: 6px;
margin-top: 6px;
}

.submenustyle a{
font: 12px Verdana #ffffff;
border-right: 1px none #ffffff;
background-color: #006BAB;
padding: 1px 5px;
color: white;
text-decoration: none;
margin-bottom: 6px;
margin-top: 6px;
}

.submenustyle a:visited{
font: 12px Verdana #ffffff;
border-right: 1px none #ffffff;
background-color: #006BAB;
padding: 1px 5px;
color: white;
text-decoration: none;
margin-bottom: 6px;
margin-top: 6px;
}

.submenustyle a:hover{
font: 12px Verdana #ffffff;
background-color: #003366;
margin-bottom: 6px;
margin-top: 6px;
color: white;
}
