
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
width: 100%;
background: #10218B; /*THEME CHANGE HERE*/
margin: 0;
text-align: center;
 /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	font-size:12px;
	display:block;
	float:left;
	height:27px;
	line-height:27px;
}

.chromestyle ul li a{
	font-size:12px;
	height:27px;
	color: #fff;
	padding: 0px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #fff;
}

.chromestyle ul li a:hover{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
 /*THEME CHANGE HERE*/
}


/* 下拉菜单样式 */

.dropmenudiv{
font-size:12px;
position:absolute;
top: 0;
z-index:100;
background-color: #10218B;
width: 127px;
visibility: hidden;
}
.dropmenudiv a{
	font-size:12px;
	text-align:left;
	width: auto;
	display: block;
	text-indent: 15px;
	padding: 2px 0;
	height:17px;
	line-height:17px;
	text-decoration: none;
	color: #fff; /*THEME CHANGE HERE*/
	border-bottom:1px solid #f5f5f5;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF;
background-color: #ff0000;
}


