
.n_submenu {
	background: #ed6c00;
	height: 55px;
}
.n_submenu ul {
	z-index: 100;
	left: 0px;
	margin: 0px auto;
	width: 1200px;
	position: relative
}
.n_submenu ul li {
	float: left;
	position: relative
}
.n_submenu ul a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 142px;
	color: #fff;
	line-height: 55px;
	text-align: center;
	font-weight: 600;
}
.n_submenu ul a:hover {
	color: #fff;
	text-decoration:underline;
	font-size: 16px;
}
.n_submenu ul li.selected a {
	font-weight: bold;
	color: #fff;
	font-size: 16px;
}


.n_submenu1 {
	/*height: 150px;*/ overflow: hidden;
	position: absolute;/* top:140px;*/
	background: #ed6c00;
	width: 100%;
	z-index: 100;
}

.n_submenu1 ul {
	z-index: 100;
	left: 0px;
	margin: 0px auto;
	width: 1200px;
	background:#ed6c00;
	position: relative;
}
.n_submenu1 ul li {
	float: left;
	position: relative
}
.n_submenu1 ul a {
	font-size: 12px;
	display: block;
	width: 142px;
	color: #fff;
	margin-bottom:15px;
	text-align: center;
}
.n_submenu1 ul a:hover {
	/*font-weight: bold;*/ color: #eee;
	 /*background-color: #e6e6e6*/
}
.n_submenu1 ul li.selected a {
	font-weight: bold;
	color: #ff0000;
	background-color: #e6e6e6;
}
