* {
	margin: 0px;
	padding: 0px;
	font-family: "ËÎÌå";
}
body{
	background:#faf8f6;	
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#f5a463;
}
a:focus{
	outline:none;
}
a:visited{
	border:none;
}
.clear {
	clear: both;
}
#header {
	height: 200px;
}
#banner {
	height:200px;
	margin:0 auto !important;
	padding:0;
	background: url(../images/header.jpg) no-repeat center top;
}
#menu {
	height: 35px;
	margin:0 auto !important;
	width:1000px;
}
#nav_1 {
	margin: 0 auto;
	width:1000px;
	height:35px;
}

#nav {
	width:1000px;
	height:35px;
	margin:0 auto !important;
	line-height:35px;
	list-style-type: none;
	background: url(../images/nav_bg.jpg) repeat-x; 
}
#nav a {
	display: block;
	width:95px;
	text-align:center;
	font-size:14px;
	font-family: "microsoft yahei","Î¢ÈíÑÅºÚ";
	color:#fff;
}
#nav a:link {
	color:#fff;
	text-decoration:none;
}
#nav a:visited {
	color:#fff;
	text-decoration:none;
}
#nav a:hover {
	color:#fff;
	text-decoration:none;
}
#nav li {
	float: left;
	width: 95px;
}
#nav li a:hover {
    background:#2E73BE;
}
#nav li ul {
	background-color:#f8f6f4;
	line-height: 32px;
	list-style-type: none;
	text-align:left;
	left: -999em;
	width: 130px;
	overflow:hidden;
	position: absolute;
	z-index:100;
}
#nav li ul li {
	background-color:#f8f6f4;
	float: left;
	width: 130px;
	background: #fff;
}
#nav li ul a {
	background-color:#f8f6f4;
	display: block;
	width: 130px;
	text-align:center;
	font-size:16px;
}
#nav li ul a:link {
	color:#000;
	text-decoration:none;
}
#nav li ul a:visited {
	color:#000;
	text-decoration:none;
}
#nav li ul a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	background:#fd6a42;
}
#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}