.basictab{
padding: 7px 0px;
/*margin-left: 0;*/
/*border-bottom: 1px solid gray;*/
list-style-type: none;
margin: 0px;
/*height:29px;*/
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
font: bold 11px arial;
text-transform: uppercase;
color:#ff9900;
text-decoration: none;
padding: 7 9px;
/*margin-right: 2px;*/
border-bottom: none;
}


.basictab li a:visited{
color: #ff9900;
}

.basictab li a:hover{
background: url(/Images/Content/812/154144.gif) no-repeat top right;
text-decoration: none;
color: #ff9900;
}

.basictab li a:active{
color: #ff9900;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #dbffff;
color: black;
}


.submenustyle{
padding: 7px 0px 7px 0px;
/*border-top-width: 0;*/
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a, a:visited{
color: #fff;
font: 10px arial;
text-transform: uppercase;
padding: 5px 9px;
text-decoration: none;
}
.submenustyle a:visited{
color: #fff;
}

.submenustyle a:hover{
color: #fff;
text-decoration: none;
background: url(/Images/Content/812/154144.gif) no-repeat top right;
}
.submenustyle a:selected{
color: #fff;
text-decoration: none;
background: url(/Images/Content/812/154144.gif) no-repeat top right;
}