.basictab{
padding: 0px 0;
margin-left: 0;
font:
border-bottom: 0px solid gray;
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 7px;
margin-right: 2px;
border: 0px solid gray;
border-bottom: none;
color: black;
}


.basictab li a:visited{
color:#003366;
}

.basictab li a:hover{
background-color: #bcc1c7;
color: #ffffff;
text-decoration:none;
}

.basictab li a:active{
color: #ffffff;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
color: black;
}


.submenustyle{
padding: 1px 1px;
border: 0px solid black;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
height:20px;
}

.submenustyle2{
padding: 1px 1px;
border: 0px solid black;
border-top-width: 0;
width: 280px;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
height:20px;
padding-left:150px
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
padding: 1px 5px;
text-decoration: none;
background-color: #bcc1c7;
}

.submenustyle a:hover{
background-color: #9f001e;
color: #ffffff;
text-decoration:none;
}

* html .submenustyle2{ /*IE only width definition*/
width: 100%;
}

.submenustyle2 a{
padding: 1px 5px;
text-decoration: none;
background-color: #bcc1c7;
}

.submenustyle2 a:hover{
background-color: #9f001e;
color: #ffffff;
text-decoration:none;
}
