html,body,div, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
}
/*
body {
	background-color: #efece2;
	width:100%;
}
*/
#nav {
        height:48px;
	width:100%;
	/*background-image:url(imagesnav-bg.png);*/
	background:url(imagesnav-bg.png) repeat-x;
}
#index-menu-item{
	width:159px;
	background-image:url(imageshomepage.png);
}
.line{
	width: 2px;
	height: 48px;
	background-image:url(imagesnag-bg-line.png);
}

#index-menu-item a{
	color:red;
}
/*#nav a, a > * {
	color: #ffffff;
	text-decoration: none;
}*/

#nav ul li {
	list-style: none;
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

/* 导航栏 */
.navigation {
	width:1000px;
	margin:0 auto;
	position: relative;
	clear: both;
	padding:0;
	/*padding: 0 10px;*/
}

/* 导航栏一级菜单 */
.navigation > ul > li {
	position: relative;
	float: left;
	margin: 0;
	list-style: none;
}

/* 导航栏一级菜单文字 */
.navigation > ul > li > a {
	position: relative;
	display: block;
	padding: 0 19px;
	line-height:46px;
	text-align: center;
	/*color: #36332e;*/
	font-size: 16px;
	font-family: '微软雅黑','黑体','Open Sans', Arial;
	color: #ffffff;
	text-decoration: none;
}
		
/* 二级栏目UL */

.navigation ul ul {
	position: absolute;
	left: 0;
	z-index: 999;
	display: none;
	margin-top: -5px;
	padding-top: 5px;
	width: 105px;
	/*background-color: #f7f5ed;*/
	background-color:#1C6DAF
}

/* 一级菜单与二级菜单之间图片设置 */
.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: 13px;
	font-family: '微软雅黑','黑体','Open Sans', Arial;
	color: #ffffff;
	text-decoration: none;
}			

.navigation > ul ul li:hover > a {
	/*background: #36332e;*/
	background: #2988E4;
	color: #f2f1e9 !important;
}

.navigation ul ul li .rightarrowclass {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
	width: 7px;
	height: 10px;
	background-image:url(imagesrightarrowclass.png);
	background-repeat: no-repeat;
}
					
.navigation > ul ul li:hover .rightarrowclass{
	background-position: bottom;
}

/* 三级菜单 */
.navigation ul ul ul {
	top: 0 !important;
	left: 160px;
}

.navigation ul ul ul:after {display: none;}
