.basictab{
padding:10px 0 5px 10px;
margin-left: 0;
list-style-type: none;
margin-bottom: 0;
font-weight:bold;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.basictab li a{
padding:4px 2px;
text-decoration: none;
margin-right: 12px;
border-bottom: none;
color: #FFF;
font-weight:bold;
}

.basictab li a:hover{
background-color:#FFF;
color: #000;
}

.submenustyle{
padding: 5px 1px 0 1px;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
font-size:12px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.submenustyle a{
padding: 0 10px;
text-decoration: none;
font-size:14px;
color: #FFF;
}

.submenustyle a:hover{
text-decoration:underline;
}


