html,body,div, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
	background-color: white;
	width:100%;
}

/*#nav {
	width:100%;
	background-color:#bfbfbf;
}*/

#nav a, a > * {
	color: #847460;
	text-decoration: none;
}

#nav ul li {
	list-style: none;
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

/* 导航栏 */
.navigation {
  width: 1000px;
  height: 43px;
  background-image: url(imagesnav.jpg);
  background-repeat: no-repeat;
  float: left;
}

/* 导航栏一级菜单 */
.navigation > ul > li {
	position: relative;
	float: left;
	margin: 0;
	list-style: none;
}

.navigation ul{
	margin-top: 10px;
	margin-left: 28px;
}

/* 导航栏一级菜单文字 */
.navigation > ul > li > a {
	position: relative;
	display: block;
margin-right: 56px;
	line-height:50px;
	text-align: center;
	color: #36332e;
	font-size: 16px;
	font-family: '微软雅黑','黑体','Open Sans', Arial;
}


		
/* 二级栏目UL */

.navigation ul ul {
	position: absolute;
	left: 0;
	z-index: 999;
	display: none;
	margin-top: -5px;
	padding-top: 5px;
	width: 170px;
	background-color: #f7f5ed;
}

/* 一级菜单与二级菜单之间图片设置 */
.navigation > ul ul:after {
	position: absolute;
	top: -8px;
	left: 30px;
	width: 13px;
	height: 8px;
	background-image:url(imagessup-arrow.png);
	background-repeat: no-repeat;
	content: "";
}


.navigation ul ul li {position: relative;}

/* 二级菜单 */
.navigation ul ul a {
	display: block;
	padding: 0 20px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-bottom-color: #e4e3db;
	line-height:30px;
	text-align: left;
	color: #847460;
	font-size: 12px;
	font-family: '微软雅黑','黑体','Open Sans', Arial;
}			

.navigation > ul ul li:hover > a {
	background: #b30000;
	color: #f2f1e9 !important;
}

.navigation ul ul li .rightarrowclass {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
	width: 7px;
	height: 10px;
}
					
.navigation > ul ul li:hover .rightarrowclass{
	background-position: bottom;
}

/* 三级菜单 */
.navigation ul ul ul {
	top: 0 !important;
	left: 140px;
}

.navigation ul ul ul:after {display: none;}

