.basictab{
padding: 15px 5px 0px 5px;
margin-left: 0;
font: bold 10px Arial;
/*border-bottom: 1px solid gray;*/
list-style-type: none;
margin-bottom: 0;
text-align: right; /*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: 0px 35px 3px 5px;
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: #ffffff;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 0px;
background-color: #ffffff;
color: black;
}


.submenustyle2{
padding: 0px 35px 3px 5px;
font: italic 10px Arial;
border-top-width: 0;
width: auto;
}

.submenustyle{
padding: 7px 5px;
font: italic 10px Arial;
/*border: 1px solid black;*/
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
/*border-right: 1px dashed black;*/
padding: 1px 40px 1px 5px;
text-decoration: none;
color: #999999;
}

.submenustyle a:hover{
background-color: #ffffff;
}
