/* Copyright by Vincent Wang, use for Shaan website email: orange12@gmail.com */

.bluetabs{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border-bottom:1px solid white;
background: white url(images/bg_menu.jpg) center center repeat-x;
}

.bluetabs ul{
padding: 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid #32977B;
border-left: 1px solid #BFE6DA;
background: white url(images/bg.gif) center center repeat-x;
}

.bluetabs li a:visited{
color: #fff;
}

.bluetabs li a:hover, .bluetabs li .topcurrent{
color: #C5F9E7;
text-decoration: none;
background: transparent url(images/bg2.gif) center center repeat-x;
}


.bluetabs li.selected a{ /*selected main tab style */
background: transparent url(images/bg2.gif) center center repeat-x;
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #32977B; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 13px Verdana;
letter-spacing: 0px;
line-height:18px;
z-index:100;
background: #027454;
filter:alpha(opacity=90);-moz-opacity:.9;opacity:.9;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 8px;
border: 0 solid #32977B; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 4px 0;
text-decoration: none;
color: #fff;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background: #034D38;
color: white;
text-decoration: none;
}