.basictab{
padding: 1px 0;
margin-left: 0;
font-family: Georgia, Times New Roman, Times, serif;
color: #8E8E8E;
font-size: 11px;
border: none;
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: 1px 5px;
margin-right: 2px;
border: none;
border-bottom: none;
background-color: white;
color: #8E8E8E;
}

.basictab li a:visited{
color: #8E8E8E;
}

.basictab li a:hover{
color: #ADA969;
}

.basictab li a:active{
color: #ADA969;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
background-color: #ADA969;
color: #8E8E8E;
}

.submenustyle{
padding: 2px 92px; /* alinha o submenu */
font-family: Georgia, Times New Roman, Times, serif;
color: #8E8E8E;
font-size: 11px;
border: none;
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{
color: #8E8E8E;
padding: 1px 5px;
text-decoration: none;
}

.submenustyle a:hover{
color: #ADA969;
}