
.basictab{
padding: 5px 0;
font:  15px Arial ;
list-style-type: none;
margin-bottom: 0;
background-image: url(../images/nav-bg.jpg);
width: 100%;
height: 26px;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
color: #98C7E9;
}

.basictab li a{
text-decoration: none;
padding: 5px 25px;
margin-right: -5px;
border-bottom: none;
color: #98C7E9;
}


.basictab li a:visited{
color: #98C7E9;
}

.basictab li a:hover{
text-decoration:none
}

.basictab li a:active{
color: #98C7E9;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #dbffff;
color: #F5E49C;
}







.submenustyle2{
margin-top: 1px;
text-align: center;
padding: 1px 7px;
border-top-width: 0;
width: auto;
filter:alpha(opacity=0);
-moz-opacity:0;
}
.submenustyle2 a:hover{
text-decoration:none
}

.submenustyle{
margin-top: 1px;
text-align: center;
padding: 1px 7px;
border-top-width: 0;
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{

padding: 5px 5px;
text-decoration: none;
}

.submenustyle a:hover{
text-decoration:none
}

