.basictab{
padding: 0px 1px;
margin-left: 0;
font: normal 12px Arial;
border-bottom: 0px solid gray;
list-style-type: none;
margin-top: 8px;
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: 3px 7px;
margin-right: 2px;
border: 0px solid gray;
border-bottom: none;
/*background-color: white;*/
color: #FFFFFF;
font-weight: 700;
font-size: 12px;
background: url(src/chelsea_.jpg) top right no-repeat;
}


.basictab li a:visited{
color: #06318D;
}

.basictab li a:hover{
/*background-color: #dbffff;*/
color: #06318D;
}

.basictab li a:active{
color: #06318D;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
/*background-color: #dbffff;*/
color: #088AAB;
background: url(src/menu_bg2.gif) right bottom no-repeat;
}


.submenustyle{
padding: 5px 4px 0px 1px;
border: 0px solid black;
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{
border-right: 0px dashed black;
padding: 1px 5px;
text-decoration: none;
}

.submenustyle a:hover{
text-decoration: underline;
}
