/* CSS Document */


#menuh {
	/*IE hack*/
	white-space: nowrap;
	width: 890px; /*	height: 32px;*/
	position: absolute;
	z-index: 900!important;
	background: #044638; /*	*/
	font-family: "arial Narrow", sans-serif;
	font-size: 1.15em;
	letter-spacing: 0.05em;
	white-space: nowrap;
	clear: both;
	top: 80px; /*	left: 94px;*/
	right: 0px;
	
}	
/* hack to correct ie5.5 faulty box model *
/* html #menuh {
	width: 887px;
	w\idth: 886px;
}
/* */
#menuh #boite {
	float: right;
}

#menuh ul {

	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menuh ul li {
	float: left;
/*Non-IE6*/
	z-index: auto !important;
/*IE6*/
	z-index: 1000;
	border-left: 1px solid #E6FF67;
}
#menuh ul li a {
font-size: 0.9em;
	/*Non-IE6*/
	float: none !important;
/*IE-6*/
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 6px 0 6px;
	text-decoration: none;
	font-weight: bold;
	color: White;
	background-color: #044638;
}
#menuh ul li ul{
	display: none;
	border: none;
}
/*Non-IE6 hovering*/
#menuh ul li:hover {
	position: relative;
		z-index: 999;

}
#menuh ul li:hover a {
	background-color: #007101;
	text-decoration: none;
}
#menuh ul li:hover ul {
	display: block;
	width: 16.0em;
	position: absolute;
	z-index: 999;
	top: 2.0em;
	margin-top: 0.0em;
	left: -7.2em;
}
#menuh ul li:hover ul li a {
	white-space: normal;
	display: block;
	width: 16.0em;
	height: auto;
/*	*/
	height: 20px;
	line-height: 20px;
	margin-left: -1px;
	padding: 4px 4px 4px 06px;
	border-left: solid 1px #E6FF67;
	border-bottom: solid 1px #E6FF67;
	background-color: #044638;
	font-weight: normal;
	color: #fff;
}
#menuh ul li:hover ul li a:hover {
	background-color: #007101;
	text-decoration: none;
}

/* l3 */

#menuh ul ul ul{
	display: none!important;
	border: none;
}

#menuh  ul li:hover ul li:hover ul{
	display: block!important;
	width: 10.0em;
	position: absolute;
	z-index: 999;
	top: 1.0em;
	margin-top: 0.1em;
	left: 10em;
}




/*IE6 hovering*/
#menuh table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
#menuh ul li a:hover {
	/*IE hack*/
	position: relative;
/*IE hack*/
	z-index: 1000;
	background-color: #007101;
	text-decoration: none;
}
#menuh ul li a:hover ul {
	display: block;
	width: 16.0em;
	position: absolute;
	z-index: 999;
	top: 3.1em;
	left: 0;
	margin-top: 0.1em;
}
#menuh ul li a:hover ul li a {
	white-space: normal;
	display: block;
	width: 16.0em;
	height: 20px;
	line-height: 20px;
	padding: 4px 4px 4px 06px;
	border-left: solid 1px #E6FF67;
	border-bottom: solid 1px #E6FF67;
	background-color: #044638;
	font-weight: normal;
	color: #fff;
}
#menuh ul li a:hover ul li a:hover {
	background-color: #007101;
	text-decoration: none;
}


/* L3  */
#menuh ul li a:hover ul li a ul {
	display: none!important;
	
	}
#menuh ul li ul li a:hover {
	/*IE hack*/
	position: relative;
/*IE hack*/
	z-index: 1000;
	background-color: #007101;
	text-decoration: none;
}
#menuh ul li a:hover ul li a:hover ul {
	display: block!important;
	width: 17.0em;
	position: absolute;
	z-index: 999;
	top: 1em;
	left: 10em;
	margin-top: 0.1em;
}
#menuh ul li a:hover ul li a:hover ul li a{
	white-space: normal;
	display: block;
	width: 17.0em;
	height: 16px;
	z-index: 999;

/*	line-height: 1.3em;*/
	line-height: 20px;
	padding: 4px 4px 4px 06px;
	border-left: solid 1px #E6FF67;
	border-bottom: solid 1px #E6FF67;
	background-color: #044638;
	font-weight: normal;
	color: #fff;
}
#menuh ul li a:hover ul li a:hover ul li a:hover{
	background-color: #007101;
	text-decoration: none;
		z-index: 999;

}







@media print {
#menuh {
	float: left;
	width: 900px;
	border: none;
	background: rgb(240,240,240);
	color: rgb(75,75,75);
	font-size: 1.0em;
	
}
}

