#jMenu {
	display: block;
	margin: 0 auto;
	padding: 0;
}
/********************/
/** premier niveau **/
/********************/
#jMenu>li {
	display: block;
	background-color: #262626;
	margin: 0;
	width: 11.111%;
	float: left
}
#jMenu>li a {
	height: 46px;
	line-height: 46px;
	text-align: center;
	display: block;
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	font: 15px/46px "microsoft yahei";
	width: 100%;
}
#jMenu>li a:hover,#jMenu>li.on a {
	background: #324f9f;
}
/*******************/
/** second niveau **/
/*******************/
#jMenu li ul {
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;

	z-index: 9999999;
	width:108px !important;
	left:108px;
}
#jMenu li ul li {
	background-color: #262626;
	display: block;
	border-bottom: 1px solid #484548;
	padding: 0
}
#jMenu li ul li.arrow {
	background: #262626 url('../images/arrow_down.png') no-repeat center center;
	height: 6px;
	padding: 0;	margin-top: 16px;
	border-bottom: none;
	padding-bottom: 10px
}
#jMenu li ul li a {
	font-size: 11px;
	text-transform: none;
	height: 30px !important;
	line-height: 30px !important;
	display: block;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
#jMenu li ul li a.isParent {
	background: #3A3A3A url('../images/arrow_right.png') no-repeat right center;
}
#jMenu li ul li a:hover {
	background-color: #3350a0;
	border-top: 1px solid #262626;
	border-bottom: 1px solid #262626;
}
