/****** ! ne pas toucher ! *****/

#navGenV ul li ul {
	display: none;
}
#navGenV ul li:hover>ul {
	display: block;
}

/******* ! fonctionnel ! *******/

#navGenV ul {
	position: static;
	left: 10px;
}

#navGenV ul, #navGenV ul ul {
	list-style: none;
	width: 13em;
}

#navGenV ul ul {
	position: absolute;
	top: -1px;
	left: 12.7em;
}

#navGenV ul li {
	position: relative;
	_display: inline;
}

#navGenV ul a {
	display: block;
	width: 100%;
	width: 12.7em;
}

/******* ! make up ! *******/

#navGenV ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0F4D2A;
	margin: 15px;
}

#navGenV ul, #navGenV ul ul {
	margin: 0;
	padding: 0;
	border: 1px solid;
	border-top-color: 		#BABABA;
	border-left-color: 		#BABABA;
	border-bottom-color: 	#67B289;
	border-right-color: 	#67B289;
	background-color: 		#A7E6C4;
}

#navGenV ul li {
	margin: 0px;
	padding: 0px;
}

#navGenV ul a {
	text-decoration: none;
	text-indent: 1em;
	padding: 5px 0;
}

#navGenV ul li:hover, #navGenV ul li a:hover {
	color: #FFFFFF;
	background-color: #67B289;
}

#navGenV ul a {
	color: #0F4D2A;
	text-decoration: none;
}