.chromestyle{
margin:0px;
}
#menulink_8 a{color:#FFF}
#menulink_8 a:hover{color:#000}

.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;
}

.chromestyle ul li a{
color: #000;
padding-top:7px !important;
padding-top:7px;
padding-bottom:7px !important;
padding-bottom:7px;
padding-left:17px;
padding-right:17px;
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(../Images/menu_go_bg.jpg) repeat-x center top;
color:#FFF;
height:35px;/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin-left:18px;
position:absolute;
top:0;
/*border: 1px solid #e45f02; /*THEME CHANGE HERE*/
/*border-bottom-width: 1;*/
font-size:12px;
z-index:100;
width:176px;
visibility: hidden;
float:left;
padding-top:28px;
background:url(../Images/rj_menu_bg.gif) no-repeat top left;
filter:alpha(opacity=90);-moz-opacity:0.9;
}


.dropmenudiv a{
display: block;
width:176px;
text-indent:3px;
background:url(../Images/rj_menu_xian.jpg) repeat-x bottom;
padding:4px 5px 0px 15px ;
line-height:28px;
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:#0C0;
	background-image: url(../Images/rj_menu_go_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}