
#jMenu {
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
}

/********************/
/** premier niveau **/
/********************/
#jMenu li {
	position:relative;
	padding-right:3px;
	margin:0;
	display:list-item;
	float:left;
	z-index:999;
}
#jMenu li a {
	display:block;
	/*background-color: transparent;*/
	/*color:#4d4d4f;*/
	color:#000;
	text-transform:uppercase;
	cursor:pointer;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
	
/*******************/
/** second niveau **/
/*******************/
#jMenu li ul {
	position:absolute;
	margin:0;
	padding:0;
	display:none;
}

#jMenu ul ul {
	position:absolute;
	padding:0;
	list-style-type:none;
	display:none;
}


#jMenu li ul li {
	background-color:#ffffff;
	display:block;
	padding:0;
	position:static;
}
#jMenu li ul li a {
	font-size:11px;
	/*text-transform:none;*/
	padding:7px;
	display:block;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;

}
#jMenu li ul li a.isParent {
	/*background:#3A3A3A url('../arrow_right.png') no-repeat right center;*/
	background:url('/_img/grey_arrow.png') no-repeat center right;
}

#jMenu li ul li ul li a:hover {
	background:url('/_img/space.gif') no-repeat center right #e2e2e2;
	text-decoration:none;
}
.firstlicss{
	text-decoration:none;
	background:url('/_img/red_arrow.png') no-repeat center right #e2e2e2;
}
.licss{	background:url('/_img/grey_arrow.png') no-repeat center right;}
	

#jMenu li ul li a:hover {
	/*background-color:#e2e2e2;*/
	text-decoration:none;
	background:url('/_img/red_arrow.png') no-repeat center right #e2e2e2;
}
.ul2{
	position:absolute;
	padding:0;
	list-style-type:none;
	height:417px;
	line-height:13px;
	display:none;
	background-color:#fff;
	border-bottom:1px solid #9d9fa2;
	border-right:1px solid #9d9fa2;
	border-left:1px solid #9d9fa2;
	-webkit-box-shadow:3px 4px 3px #999;
	-moz-box-shadow:3px 4px 3px #999;
	box-shadow:3px 4px 3px #999;
}
