.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; 
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;
}

.chromestyle ul li a{
color:#403f3f;
display:block;
font-family:"微软雅黑";
margin:0;
text-decoration: none;
line-height:87px;
padding:0px 15px;
font-size:13px;
/*border-right: 1px solid #DADADA;*/

}

.chromestyle ul li a:hover{/*script dynamically adds a class of "selected" to the current active menu item*/
color:#da251d;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0;
/*border: 1px solid #e45f02; /*THEME CHANGE HERE*/
/*border-bottom-width: 1;*/
font-size:12px;
width:150px;
z-index:1;
text-align:center;
visibility: hidden;
background:url(../images/index_10.jpg) no-repeat top;
padding-bottom:13px;
float:left;
margin-left:-42px;
margin-top:-1px;
padding-top:5px;
}

.dropmenudiv a{
display: block;
text-decoration:none;
font-size:12px; 
font-family:"微软雅黑";
color:#313131;
text-align:center;
line-height:24px;
padding:6px 6px;
background:url(../images/index_11.jpg) repeat-x bottom;
}

* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#da251d;
}