.basictab{
margin-left: 0;
margin-top:0;
margin-right:0;
margin-bottom: 0;
list-style-type: none;
padding: 0px 0px;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li.selected a{ /*selected tab effect*/
position:relative;
}


.submenustyle{
padding: 6px 1px;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
text-align: center;
}

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

.submenustyle a{
padding: 1px 5px;
text-decoration: none;
}