.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_fg.jpg) no-repeat right top;

}

.chromestyle ul li a{
color: #fff;
padding-top:7px !important;
padding-top:7px;
padding-bottom:7px !important;
padding-bottom:7px;
padding-left:32px;
padding-right:32px;
margin:0;
font-family:"微软雅黑";
text-decoration: none;
line-height:35px;
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*/
background: url(menu_go_bg.jpg) no-repeat right top;
color:#FFF;
height:35px;/*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:14px;
line-height:18px;
z-index:100;
width:155px;
visibility: hidden;
background:#ea2425;
font-family:"微软雅黑";
float:left;
margin-left:0px;
filter:alpha(opacity=80);-moz-opacity:0.8;
}


.dropmenudiv a{
display: block;
width:155px;
text-indent: 3px;
border-bottom: 1px solid #fad5d3;
padding: 7px 5px 5px 10px ;
display:block;
text-decoration:none;
font-size:14px;
color:#FFF;
text-align:left;

}

* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFF;
background-color:#ff5f5f;
filter:alpha(opacity=80);-moz-opacity:0.8;
}
