.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 13px Arial;
border-bottom: 0px solid gray;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: -1;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
border: 0px solid gray;
border-bottom: none;
background-color: #02aed3;
color: white;
}


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

.basictab li a:hover{
background-color: #02aed3;
color: white;
}

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

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


.submenustyle{
padding: 2px 1px;
font: 14px Arial;
border: 1px;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
color: #06204e;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.submenustyle a{
border-right: 1px #02aed3;
border-top: 0px white;
border-left: 0px white;
border-bottom: 0px white;
color: #02aed3;
border-style:solid;
padding: 1px 5px;
text-decoration: none;
font:  14px Arial;
}

.submenustyle a:hover{

}
/*=====================================================*/
.basictab2{
padding: 3px 0;
margin-left: 0;
font: bold 13px Arial;
border-bottom: 0px solid gray;
list-style-type: none;
margin-bottom: 0;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab2 li{
display: inline;
margin: -1;
}

.basictab2 li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
border: 0px solid gray;
border-bottom: none;
background-color: #06204e;
color: white;
}


.basictab2 li a:visited{
color: white;
}

.basictab2 li a:hover{
background-color: #06204e;
color: white;
}

.basictab2 li a:active{
color: white;
}

.basictab2 li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #06204e;
color: white;
}
