@charset "utf-8";
.chromestyle{
	float: right;
	width: 100%;
	overflow: hidden;
	line-height: 35px;
	height: 35px;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	list-style-type: none;
	float: left;
	background-image: url(../image/index_13.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
}

.chromestyle ul li a{
	color: #FFFFFF;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	display: block;
	width: 130px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 3px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: left center;
	margin-right: 3px;
	background-image: url(../image/menubg.jpg);
	color: #FFFFFF;
	line-height: 35px;
	height: 35px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	z-index:100;
	visibility: hidden;
	filter:alpha(opacity=70);
	-moz-opacity:1.0;
	opacity:1.0;
	background-color: #000000;
	width: 130px;
	font-family: "宋体";
	line-height: 25px;
	height: 25px;
}
.dropmenudiv a{
	color: #FFFFFF;
	height: 25px;
	width: 130px;
	line-height: 25px;
	display: block;
	font-size: 12px;
	border-bottom: solid 1px #eeeeee;
	text-align: center;
	overflow: hidden;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	overflow: hidden;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #FFFFFF;
	background-color: #820909;
}
#dropmenu84{
	display: none;
}
#dropmenu5{
	display: none;
}
#dropmenu18{
	display: none;
}
#dropmenu15{
	display: none;
}

