.basictab{
padding: 6px 0;
margin-left: 0;
font: bold 10px Verdana;
/* 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: 4px 37px; /* width of tab */
margin-right: -1px;
border: 0px solid gray;
border-bottom: none;
background-color: gray;
color: white;
}


.basictab li a:visited {
background-color: gray;
color: white;
}

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

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

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


.submenustyle {
text-align: left; 
padding: 6px 1px;
border: 1px solid black;
border-top-width: 0;
font: bold 12px Verdana;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

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

.submenustyle a {
/* border-right: 1px dashed black; */
padding: 1px 10px;
text-decoration: none;
    /*color: gray;*/
}

.submenustyle a:link, a:visited {
/* background-color: #ebffff;*/
    color: gray;
}

.submenustyle a:link:hover, a:visited:hover {
/* background-color: #ebffff; */
    color: white;
}


