@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: 35px;
	line-height: 35px;
}

.chromestyle ul li a{
	color: #643F2D;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	display: inline;
	float: left;
	width: 125px;
	font-size: 14px;
	font-family: "Î¢ÈíÑÅºÚ";
	background-image: url(../images/sep.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.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: #FFB72C;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	z-index:100;
	visibility: hidden;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	background-color: #FFB72C;
	width: 125px;
	left: 0px;
}


.dropmenudiv a{
	color: #643F2D;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 12px;
	border-color: #E2A005;
	background-color: #FFB72C;
	text-align: center;
	border-bottom: solid 1px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #FFFFFF;
	background-color: #E2A005;
}
