@charset "utf-8";

.bluetabs ul{
/*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
float:left;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
font-size:14px;
color: #F6EB00;
/*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #fff;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #0098d8;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
color: #0098d8;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
/*border: 1px solid #918d8d; THEME CHANGE HERE*/
font:normal 14px 微软雅黑;
line-height:30px;
z-index:100;
margin-top:8px;
background:#ebebeb;
padding:0 10px;
-moz-opacity:1.0; filter:alpha(opacity=100); opacity:1.0;
visibility: hidden;

}


.dropmenudiv_b a{
width: auto;
padding:0 10px;
text-decoration: none;
color: #282828;
display: inline-block;/*不换行且有背景，否则要去掉*/
display:block;/*加它就换行，即竖着菜单，横着菜单要去掉*/
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color:#0098d8;
}