.basictab{
padding: 3px 0;
font: normal 14px Arial, Helvetica, sans-serif;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
; background-color: #FF6600
; margin: 0 0
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 0px gray none;
border-bottom: none;
background-color: #FF6600;
color: black;
; font-family: Arial, Helvetica, sans-serif
}


.basictab li a:visited{
color: black;
}

.basictab li a:hover{
background-color: #000000;
color: #FFFFFF;
; font-family: Arial, Helvetica, sans-serif
; font-size: 14px
}

.basictab li a:active{
color: black;
; background-color: #FF9900
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #FF6600;
color: #000000;
; font-family: Arial, Helvetica, sans-serif
}


.submenustyle{
padding: 2px 1px;
border: black none;
width: auto;
display: none;
filter:alpha(opacity=0);
; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; background-color: #000000; border-width: 0 0px 0px; font-size: 12px; font-weight: bold; z-index: auto; left: 50px; clip:  rect(   ):0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px dashed black;
padding: 1px 5px;
text-decoration: none;
; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; background-color: #000000
; font-size: 12px
; font-weight: bold
; border-style: none
}

.submenustyle a:hover{
background-color: #666666;
; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF
; font-size: 12px; font-weight: bold
; border-style: none
}