.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;
background:url(../images/m-l.jpg) no-repeat left center;
}

.chromestyle ul li a{
color:#3a230d;
display:block;
font-family:"微软雅黑";
margin:0;
text-decoration: none;
line-height:45px;
font-size:14px;
padding:0px 21px;
/*border-right: 1px solid #DADADA;*/

}

.chromestyle ul li a:hover{/*script dynamically adds a class of "selected" to the current active menu item*/
color:#3a230d;
height:45px;
background:url(../images/menu_bg_left_go.jpg) no-repeat left 0px;/*THEME CHANGE HERE*/
}

.chromestyle ul li:hover{
background:url(../images/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;
z-index:100;
text-align:left;
visibility: hidden;
float:left;
background:url(../images/index_23.jpg) repeat-x bottom;
padding-left:8px;
padding-right:8px;
padding-top:24px;
padding-bottom:20px;
margin-top:-1px;
border:2px solid #f7eed9;
margin-left:5px;
min-width:110px;
}

.dropmenudiv a{
display: block;
text-decoration:none;
font-size:12px; 
font-family:"宋体";
color:#6c4c2e;
text-align:left;
padding:4px 0px 4px 14px;
background:url(../images/menu2-line.jpg) repeat-x bottom;
line-height:24px;
}

* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#291b0e;
}