@charset "utf-8";

ul{list-style:none;padding:0; margin:0;}
li{list-style-type:none;padding:0; margin:0;}


.navbg { width:1002px; height:31px; background:url(../images/topbg.jpg) repeat-x; margin:0 auto;}
.nav { width:830px; padding-left:20px; height:31px; line-height:31px; overflow:hidden; float:left;}
.nav li { float:left; height:31px;text-align:center;}
.nav ul li a,.nav ul li a:visited{color:#fff; padding:0 10px;height:31px;display:block;}
.nav ul li a:hover{color:#fff; text-decoration:none;}

.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: #3d3d3d;
/*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #3d3d3d;
}

.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:#0f8541;
padding:0 10px;
-moz-opacity:0.7; filter:alpha(opacity=100); opacity:1;
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;
}