.basictab{
padding: 10px 0;
margin-left: 0;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color : #999999;
font-size: 12px;
list-style-type: none;
margin-bottom: 0;
text-align: left; /*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 1px;
margin-right: 1px;
border: 0px solid gray;
border-bottom: none;

color: #999999;
}


.basictab li a:visited{
color: #999999;
}

.basictab li a:hover{

color: #999999;
font-weight:bold
}

.basictab li a:active{
color: #999999;
font-weight:bold
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;

color: #FF6633  ;
}


.submenustyle{
padding: 2px 1px;
border: 0px solid black;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
color: #FF6633;
background-color:#FEF1E0  
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px solid black;
padding: 1px 5px;
text-decoration: none;
font-weight:lighter;


font-size: 11px;
	color: #333333;
}

.submenustyle a:hover{
color: #FF6633  ;
}