
#jMenu {
	clear:both;
/*	animation: move-right 5s;
	-webkit-animation: move-right 5s;
	-moz-animation: move-right 5s;
	-ms-animation: move-right 5s;
	-o-animation: move-right 5s;*/
}

/********************/
/** premier niveau **/
/********************/
#jMenu li {
	display:table-cell;
	margin:0;
	float:left;
}
	#jMenu li a {
		padding:19px 10px 18px 18px;
		display:block;
		color:#fff;
		cursor:pointer;
		font-size:12px;
		text-transform:uppercase;
		font-weight:bold; 
		font-family:Arial, Helvetica, sans-serif;
/*		border-right: 1px solid #02B057;*/
/*		text-shadow:1px 1px #fff;*/
	}

		#jMenu li:hover a {
		background:#ef5c5d !important;
		color:#fff;
	}
		#jMenu li a.home {
		height:23px; width:23px;
		padding:15px 18px 15px;
		display:block;
		color:#fff;
		cursor:pointer;
		font-size:12px;
		background:url(/Resources/images/Web/icon-home.png) center center no-repeat;
/*		text-shadow:1px 1px #fff;*/
	}
		#jMenu li a.home:hover {
		background:url(/Resources/images/Web/icon-home.png) center center no-repeat;	
		opacity:0.5;	
		}
	#jMenu li a.child-arrow{
		padding:19px 18px 19px;
		display:block;
		color:#fff;
		cursor:pointer;
	}
	

	#jMenu li a.active {
		color:#fff;
		background:#8e0304;
	}
	#jMenu li .first-child{
		background:none;
	}
	#jMenu li.no-line{
		background:none;
	}
	
/*******************/
/** second niveau **/
/*******************/
#jMenu li ul {
	display:none;
	position:absolute;
	padding:0;
	margin-top:23px;
	width:200px !important;
/*	box-shadow:0px 3px 8px #d0d0d0;*/
	background:#fff;

}
	#jMenu li ul li {
		display:block;
		border-bottom:1px solid #8e0304;
		width:200px !important;
		padding:0;
	}
	#jMenu li ul li.arrow {
		height:6px;
		padding:0;
		padding-bottom:10px;
	}
		#jMenu li ul li a {
			font-size:12px;
			padding:8px;
			display:block;
			background:#8e0304;
		}
		#jMenu li ul li a.isParent {
/*			background:#03b258 url('arrow_right.png') no-repeat center center;*/
		}
			#jMenu li ul li a:hover {
				color:#303940;
				margin:0px;
				background:#fff;
			}
#jMenu li ul li.arrow-j{
	text-align:center;
	position:absolute;
	display:block;
	background:url(/Resources/images/Web/arrow-j.png) 60px bottom no-repeat;
	height:10px;
	border-bottom:none;
	top:-10px;
	left:-41px;
}