.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;
width:94px;
text-align:center;
line-height:20px;
padding:44px 0px 16px 0px;
background:url(../images/menu_li.png) right no-repeat;
}

.chromestyle ul li span{ color:#878787; font-size:10px; font-family:Arial;}

.chromestyle ul li a{
color:#121212;
display:block;
font-family:"微软雅黑";
margin:0;
text-decoration: none;
line-height:20px;
font-size:14px;
/*border-right: 1px solid #DADADA;*/

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{/*script dynamically adds a class of "selected" to the current active menu item*/
color:#00629b;
/*THEME CHANGE HERE*/
}




/* ######### 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:999;
padding:10px 0px;
visibility: hidden;
background:#e9f2f9;
margin-top:15px;

}

.dropmenudiv a{
display: block;
text-decoration:none;
font-size:12px; 
font-family:"微软雅黑";
color:#313131;
line-height:24px;
padding:6px 23px;
border-bottom:1px solid #d8e2e9;
}

* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#0077bc;
}