.basictab{
padding: 4px 20px 2px 50px;
margin-right: 0px;
font: bold 12px Verdana;
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: 0;
}

.basictab li a{
text-decoration: none;
padding: 8px 8px 3px 4px;
margin: 0px 10px;
border-bottom: 0px solid #999;
background-color: transparent;
color: black;
}


.basictab li a:visited{
color: black;
}

.basictab li a:hover{
background-color: #c9eaf9;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 0px;
padding-top: 2px;
background-color: #c9eaf9;
color: black;
}


.submenustyle{
padding: 3px 4px;
border-top: 1px solid #999;
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: 2px 8px;
text-decoration: none;
text-align:left;
}

.submenustyle a:hover{
background-color: #ebffff;
}