.chromestyle{
margin:0px auto;
}
#menulink_8 a{color:#FFF}
#menulink_8 a:hover{color:#FFF}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*background:url(menu_bg.jpg) no-repeat center;*/
padding:0px 0px 0px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
list-style:none; border:0;

}

.chromestyle ul li{
float:left;
background:url(menu_bg_right.jpg) no-repeat right 0px; *+background:url(menu_bg_right.jpg) no-repeat right 1px; _background:url(menu_bg_right.jpg) no-repeat right 0px;
margin-left:3px;
}

.chromestyle ul li a{
background:url(menu_bg_left.jpg) no-repeat left 0px;
color:#fff;
padding-top:7px !important;
padding-top:7px;
padding-bottom:7px !important;
padding-bottom:7px;
padding-left:18px;
padding-right:14px;
margin:0;
font-family:"微软雅黑";
text-decoration: none;
line-height:35px;
font-size:14px;

/*border-right: 1px solid #DADADA;*/

}

.chromestyle ul li a:hover{/*script dynamically adds a class of "selected" to the current active menu item*/
background:url(menu_bg_left_go.jpg) no-repeat left 0px;_background:url(menu_bg_right_go.jpg) no-repeat right 0px;
color:#fe6800;
height:38px;/*THEME CHANGE HERE*/
}

.chromestyle ul li:hover{
background:url(menu_bg_right_go.jpg) no-repeat right 0px; *+background:url(menu_bg_right_go.jpg) no-repeat right 1px; _background:url(menu_bg_right_go.jpg) no-repeat right 0px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0;
/*border: 1px solid #e45f02; /*THEME CHANGE HERE*/
/*border-bottom-width: 1;*/
font-size:12px;
line-height:18px;
z-index:100;
visibility: hidden;
float:left;

margin-left:0px;
background:rgba(23,102,132,0.90) none repeat scroll !important; /*实现FF背景透明，文字不透明*/
background:#176684; filter:Alpha(opacity=90);
}

.dropmenudiv ul{ padding:0; margin:0;}
.dropmenudiv ul li{ _width:200px;  border-bottom: 1px solid #81bcd3; padding: 7px 40px 5px 10px; white-space:nowrap;
}

.dropmenudiv ul li a{
text-indent: 2px;
display:block;
text-decoration:none;
font-size:12px;
color:#FFF;
text-align:left;

}

* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#fe6800;
}