.basictab{
padding: 0px;
margin-left: 0;
margin-bottom: 6px;
margin-top: 3px;
font: 12px arial;
font-weight: normal;
border-bottom: 0px solid gray;
list-style-type: none;

text-align: left; /*set to left, center, or right to align the menu as desired*/
color: #ffffff;

}

.basictab li{
display: inline;
margin: 0;
color: #ffffff;
}

.basictab li a{
text-decoration: none;
padding-left: 7px;
padding-right: 7px;
padding-top: 3px;
padding-bottom: 5px;
margin-right: 2px;
border: 0px solid gray;
border-bottom: none;
background-color: #0099cc;
color: #ffffff;
}


.basictab li a:visited{
color: #ffffff;
}

.basictab li a:hover{
background-color: #006c96;
color: #fcce0c;
padding-bottom: 6px;
}

.basictab li a:active{
color: #fcce0c;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #006c96;
color: #ffffff;
}


.submenustyle{
padding-left: 7px;
padding-right: 7px;
padding-top: 5px;
padding-bottom: 5px;
border: 00px solid black;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
background:  #006c96 url(../images/bg_subnavi.gif) repeat-x;
color: #ffffff;
height: 15px;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;

}

.submenustyle a{
border-right: 0px dashed black;
padding: 1px 5px;
text-decoration: none;
color: #ffffff;
font: 12px arial;
font-weight: normal;
}

.submenustyle a:hover{
background-color: #006c96;
color: #fcce0c;
font: 12px arial;
font-weight: normal;
}




