/*导航*/
.menu {
	position:relative;
	width:598px;
	background-image: url(../image/flace/menuTopH.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	height: 60px;
	font-family: "微软雅黑";
	font-size: 13px;
	font-weight: bold;
}
.menu ul {
	list-style:none;
	z-index:10;
	position:absolute;
	z-index:100;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
}
.menu li {
	float:left;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../image/flace/menuTopBian.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
}
.menu a, .menu a:active, .menu a:visited {
	text-decoration:none;
	color:#333333;
	padding-right: 10px;
	padding-left: 10px;
}
.menu a:hover {
	color:#FF0000
}
#slide {
	position:absolute;
	bottom:51px;
	height:4px;
	z-index:10;
	background-image: url(../image/flace/menuTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	left: 1px;
}
.contactInfo {
	margin-top: 10px;
}
