.basictab{
padding-left: 3px;
padding-bottom: 0px;
margin-left: 0;
font: 15px Helvetica;
border-bottom: 0px solid gray;
list-style-type: none;
margin-bottom: 0;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline; /*For IE*/
margin: 0;
}

.basictab li a{
text-decoration: none;
padding-top: 3px;
padding-left: 17px;
margin-right: 2px;
border: 0px solid gray;
border-bottom: none;
background-color: white;
color: black;
}

.basictab li a:visited{
color: black;
}

.basictab li a:hover{
background-color: white;
color: #6496d2;
}

.basictab li a:active{
color: #6496d2;
outline: none;
}

.basictab li a:focus{
color: #6496d2;
outline: none;
}


.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 2px;
background-color: #white;
color: #6496d2;
}


.submenustyle{
padding-top: 0px;
padding-right: 2px;
font: 12px Helvetica;
border: 0px solid black;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 0px dashed black;
padding-top: 1px;
padding-left: 8px;
text-decoration: none;
color: black;
}

.submenustyle a:hover{
background-color: white;
color: #6496d2;
}

.submenustyle a:active, a:focus{ /*MODIFIED AJS 3/14/10*/
color: #6496d2;
outline: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top:50;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 1;
font:normal 12px Helvetica;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
display: none;
opacity: 0.5;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
}

.dropmenudiv a{
border-right: 0px dashed black;
padding: 1px 0px 0px 8px;
text-decoration: none;
color: black;
}

.dropmenudiv a:hover{
background-color: white;
color: #6496d2;
}