@charset "utf-8";
/* CSS Document */
#topmenu {
	background-image: url(/images/nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	height: 30px;
	position: absolute;
	width:1008px;
	z-index:1000;
}
#topmenu ul {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#topmenu ul ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	line-height:1.5em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
}

#topmenu ul a{
	display:block;
	color:#43494c;
	text-decoration:none;
	line-height: 26px;
	padding-top: 2px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 16px;
	font-size: 13px;
	font-weight: bold;
	font-family: "微软雅黑", Arial;
	background-image: url(../images/menu_li.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#topmenu ul a:hover {
	color:#555;
	}
#topmenu ul ul a:hover{
	background-color:#fff;
	color:#555;
}

#topmenu ul li{
	float:left;
	position:relative;
	list-style-type: none;
	z-index:16;

}

#topmenu ul ul {
	position:absolute;
	display:none;
	width:200px;
	top:30px;
	z-index: 100;
}

#topmenu ul li ul a{
	width:168px;
	float:left;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	background-color:#F5F5F5;
	border-left:medium none;
	border-right:1px solid #F5F5F5;
	color:#888;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #DFDFDF;
	font-weight: bold;
	background-image: none;
}
#topmenu ul li ul a:hover{
	color:#555;}

#topmenu ul ul ul{
top:auto;
}	

#topmenu ul li ul ul {
	left:200px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

#topmenu ul li:hover ul ul, #topmenu ul li:hover ul ul ul, #topmenu ul li:hover ul ul ul ul{
display:none;
}
#topmenu ul li:hover ul, #topmenu ul li li:hover ul, #topmenu ul li li li:hover ul, #topmenu ul li li li li:hover ul{
display:block;
}
