@charset "utf-8";

ul{list-style:none;padding:0; margin:0;}
li{list-style-type:none;padding:0; margin:0;}





.nav{ float:right; height:38px; float:right; overflow:hidden; padding-top:40px;}
.nav ul li { height:38px; line-height:38px; text-align:center; float:left; font-size:14px;font-family:Microsoft YaHei; background:url(../images/in_16.jpg) no-repeat right center; padding-right:5px;}
.nav ul li a,.nav ul li a:visited{color:#2c2c2c; padding:0 19px;height:38px;display:block;}
.nav ul li a:hover{text-decoration:none; color:#007e3e; background:url(../images/in_21.jpg) no-repeat center bottom;}

#nav1 .nav1 a,#nav2 .nav2 a,#nav3 .nav3 a,#nav4 .nav4 a,#nav5 .nav5 a,#nav6 .nav6 a,#nav7 .nav7 a,#nav8 .nav8 a,#nav9 .nav9 a,#nav10 .nav10 a,#nav11 .nav11 a{text-decoration:none; color:#007e3e; background:url(../images/in_21.jpg) no-repeat center bottom;}

.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:0.7; filter:alpha(opacity=70); opacity:0.7;
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;
}