﻿div, ul, li { margin: 0; padding: 0; border: 0; }
ul, li { list-style-type: none; text-transform: capitalize; }
.nav {
	font-size: 14px;
	height: 48px;
	position: relative;
	z-index: 9999;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 743px;
	float: left;
}
.nav a { text-decoration: none; }
.navmain {
	height: 91px;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}
#nav_all { height: 91px; float: left; position: relative; z-index: 9999;}
#nav_all li {
	text-align: center;
	float: left;
	font-weight: bold;
	font-family: "黑体";
}
/*#nav_all li a {
	color: #694D29;
	display: inline-block;
	width: 106px;
	font-size: 14px;
	cursor: pointer;
	float: left;
	padding-top: 20px;
	height: 28px;
	white-space: nowrap;
}
#nav_all li a:hover {
	float: left;
	width: 106px;
	padding-top: 20px;
	height: 28px;
	overflow: hidden;
	color: #694D29;
	text-decoration: none;
	background-image: url(../images/nav_all_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}*/
#nav_all li ul {
	display: none;
	position: absolute;
	z-index: 9999!important;
	left: 0px;
	top: 91px;
	/*filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;*/
	height: 36px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#nav_all ul li {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 0px;
	margin-right: 0px;
	font-family: "宋体";
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 0;
}
#nav_all ul li a {
	background-image: url(../images/arrow1.jpg);
	margin: 0px;
	color: #995749;
	border: none;
	font-size: 12px;
	line-height: 14px;
	height: 26px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#nav_all ul li a:hover {
	background-image: url(../images/arrow2.jpg);
	padding: 0px;
	color: #E0B76D;
	border-top: none;
	font-size: 12px;
	line-height: 14px;
	height: 26px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left 2px;	/*font-weight: bold;*/
	padding-left: 15px;
}
