.STYLE1 {
	font-size: 18px;
	font-family: "宋体";
	font-weight: bold;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#Layer1 {
	position:absolute;
	left:113px;
	top:393px;
	width:1024px;
	height:140px;
	z-index:105;
}
.STYLE11 {font-size: x-small}

.chromestyle{
width: 100%;
}

.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%;
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
font-size: 14px;
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 9px 10px; /*下拉菜单距离菜单的距离*/
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
background: url(images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.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;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 14px "宋体";
	line-height:24px; /*下拉菜单的单元格高度*/
	z-index:100;
	background-color: white;
	width: 120px;


filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 6px; /*距离左边距离*/
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0; /*下拉菜单的单元格高度*/
text-decoration: none; /*下划线*/
/*font-weight: bold; 粗体字*/
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
