.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
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*/

font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
padding-top: 250px;
}
/* 65px */
.basictab li{
display: inline;
margin: 0;
text-align: center;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 0px solid gray;
border-bottom: none;
color: white;
text-align: center;
}


.basictab li a:visited{
color: white;
}

.basictab li a:hover{
color: #C5C5C5;

}

.basictab li a:active{
color: #AABBC3;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
color: black;
background-color: #787878;
}


.submenustyle{
padding: 0px 1px;
border: 0px solid black;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;

text-align: center;
padding-top: 0px;
font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 0px dashed black;
padding: 1px 5px;
text-decoration: none;
 text-align: center;
 
 color: White;
}

.submenustyle a:hover{
background-color: black;
}

.sub_selected {
background-color: #787878;
}
