.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #BBB;
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.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;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 250px;
	visibility: hidden;
	
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC,direction=135,strength=2);				font-family: "宋体";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: -2px;
	margin-left: 0px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(../images/zmenubg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
}


.dropmenudiv a{
	width: 101px;
	display: inline;
	text-decoration: none;
	font-weight: normal;
	color: #333;
	line-height: 25px;
	height: 25px;
	padding-left: 18px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F0F0F0;
	background-image: url(../images/angle4.gif);
	background-repeat: no-repeat;
	background-position: 7px 8px;
	font-family: "宋体";
	font-size: 12px;
	margin-left: -1px;
}

.dropmendivRe:link {
	width: 93px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	line-height: 22px;
	height: 21px;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #80AECF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #80AECF;
	background-image: url(../images/menuangl3.gif);
	background-position: 5px 6px;
	background-repeat: no-repeat;
	background-color: #80AECF;
}

/** html .dropmenudiv a{width: 110px;}*/ /*IE only hack*/
.dropmenudiv a:hover{
	width: 101px;
	display: inline;
	text-decoration: underline;
	font-weight: normal;
	color: #F90;
	line-height: 25px;
	height: 25px;
	padding-left: 18px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F0F0F0;
	background-image: url(../images/angle4.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	font-family: "宋体";
	font-size: 12px;
	margin-left: -1px;
}

.class_prolist_ttl2:hover {
	text-decoration: none;
}