@charset "gb2312";
.chromestyle{
}


.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%;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	list-style-type: none;
	float: left;
	height: 34px;
	line-height: 34px;
}

.chromestyle ul li a{
	color: #FFFFFF;
	text-decoration: none;
	height: 34px;
	line-height: 34px;
	display: inline;
	float: left;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	font-family: "微软雅黑";
}

.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-color: #FFFFFF;
	color: #26478C;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	z-index:100;
	visibility: hidden;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	background-color: #FFFFFF;
	width: 100px;
	top: 0px;
}


.dropmenudiv a{
	color: #0661A8;
	height: 33px;
	width: 100px;
	line-height: 33px;
	display: block;
	font-size: 12px;
	background-image: url(../images/36.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	text-align: left;
	padding-left: 30px;
}

* html .dropmenudiv a{ /*IE only hack*/
	color: #0661A8;
	height: 33px;
	width: 100px;
	line-height: 33px;
	display: block;
	font-size: 12px;
	background-image: url(../images/36.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	text-align: left;
	padding-left: 30px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration: underline;
	color: #333333;
}
#dropmenu9 {
	width: 400px;
}
#dropmenu9 a {
	width: 170px;
	float: left;
	text-align: left;
	padding-left: 30px;
}
