.basictab{
padding: 5px 0;
margin:10px 0 10px 0;
font: normal 12px Arial, Helvetica, sans-serif;
/*border-bottom: 1px 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: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
/*border: 1px solid gray;*/
border-bottom: none;
background-color: white;
color: black;
}

.basictab li a:visited{
color: black;
}

.basictab li a:hover{
/*background-color: #dbffff;
*/
color: #2862b3;
}

.basictab li a:active{

color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 0px;
padding-top: 3px;
/*background-color: #dbffff;
*/
color: #2862b3;
}


.submenustyle{
font: normal 12px Arial, Helvetica, sans-serif;
padding: 5px 1px 0 8px;
/*border: 1px solid black;*/
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
/*border-right: 1px dotted #333333;*/
padding: 1px 7px 0 0;
text-decoration: none;
color: #000;
}

.submenustyle a:hover{
/*background-color: #ebffff;*/
color:#2862b3;
}

.submenustyle1{
font: normal 12px Arial, Helvetica, sans-serif;
padding: 5px 1px 0 75px;
/*border: 1px solid black;*/
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle1{ /*IE only width definition*/
width: 100%;
}

.submenustyle1 a{
/*border-right: 1px dotted #333333;*/
padding: 1px 7px 0 0;
text-decoration: none;
color: #000;
}

.submenustyle1 a:hover{
/*background-color: #ebffff;*/
color: #2862b3;
}

.submenustyle2{
font: normal 12px Arial, Helvetica, sans-serif;
padding: 5px 1px 0 145px;
/*border: 1px solid black;*/
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle2{ /*IE only width definition*/
width: 100%;
}

.submenustyle2 a{
/*border-right: 1px dotted #333333;*/
padding: 1px 7px 0 0;
text-decoration: none;
color: #000;
}

.submenustyle2 a:hover{
/*background-color: #ebffff;*/
color: #2862b3;
}

.submenustyle3{
font: normal 12px Arial, Helvetica, sans-serif;
padding: 5px 1px 0 80px;
/*border: 1px solid black;*/
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle3{ /*IE only width definition*/
width: 100%;
}

.submenustyle3 a{
/*border-right: 1px dotted #333333;*/
padding: 1px 7px 0px 0px;
text-decoration: none;
color: #000;
}

.submenustyle3 a:hover{
/*background-color: #ebffff;*/
color: #2862b3;
}

.submenustyle4{
font: normal 12px Arial, Helvetica, sans-serif;
padding: 5px 1px 0 188px;
/*border: 1px solid black;*/
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle4{ /*IE only width definition*/
width: 100%;
}

.submenustyle4 a{
/*border-right: 1px dotted #333333;*/
padding: 1px 7px 0 0;
text-decoration: none;
color: #000;
}

.submenustyle4 a:hover{
/*background-color: #ebffff;*/
color: #2862b3;
}

.submenustyle5{
font: normal 12px Arial, Helvetica, sans-serif;
padding: 5px 0px 0 319px;
/*border: 1px solid black;*/
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle5{ /*IE only width definition*/
width: 100%;
}

.submenustyle5 a{
/*border-right: 1px dotted #333333;*/
padding: 1px 7px 0 0;
text-decoration: none;
color: #000;
}

.submenustyle5 a:hover{
/*background-color: #ebffff;*/
color: #2862b3;
}

.submenustyle6{
font: normal 12px Arial, Helvetica, sans-serif;
padding: 5px 0 0 416px;
/*border: 1px solid black;*/
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle6{ /*IE only width definition*/
width: 100%;
}

.submenustyle6 a{
/*border-right: 1px dotted #333333;*/
padding: 1px 7px 0 0;
text-decoration: none;
color: #000;
}

.submenustyle6 a:hover{
/*background-color: #ebffff;*/
color: #2862b3;
}


