.chromestyle{
	width: 800px;
	color: #6e97b3;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 852px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.chromestyle ul li{
	display: inline;
	background-image: url(../images/arrow_03.jpg);
	background-repeat: no-repeat;
	background-position: 60px center;
}

.chromestyle ul li a{
	color: #fff;
	margin: 0;
	text-decoration: none;
	font-size: 12px;
	font-family: "宋体";
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 30px;
}

.chromestyle ul li a:hover{


}

/*.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*	content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
/*}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:17px;
	z-index:100;
	width: 178px;
	visibility: hidden;


filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6a97b4;
	background-image: url(../images/9010a.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 108px;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 9px;
	padding-left: 7px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	color: #6d97b4;
	font-family: "宋体";
	background-image: url(../images/arrowb.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 7px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

