#nav {
	display: block;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	background: url('../../images/menu-bg.jpg') repeat-x;
	background-color: #fff;
	height: 45px;
	
}

#nav li {
	display: block;
	list-style: none;
	margin-top:0px;
	margin-left:10px;
	margin-bottom:0px;
	margin-bottom:0px;
	padding: 0;
	float: left;
	position: relative;
	color: #FFF;
	background-color: #FFAA00; /*orange*/
	padding: 0px 28px;
	width: auto;
	height: 42px;
}

/**sous-Menu**/
ul#nav li:hover li:hover,ul#nav li li.hover {
	background: #CF5814;
	border-right: none;
	opacity: 1;
	filter: alpha(opacity =     1);
}

ul#nav ul li {
	padding: 3px 3px;
	display: block;
	float: none;
	width: auto;
	white-space: nowrap;
	font-size: 14px;
	height:24px;
	/*background-color: #FFAA00; /*orange*/
	background: url('../../images/menu/fond_nav_haut_on.gif') repeat-x;
	border-right: none;
	opacity: 0.8;
	filter: alpha(opacity =     80);
}
/**Menu parent**/
ul#nav li:hover,ul#nav li.hover {
	background: url('../../images/menu/fond_nav_haut_on.gif') repeat-x;
}

#nav a {
	display: block;
	text-decoration: none;
}

#nav ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	width: auto;
	min-width: 185px;
}

* html #nav ul {
	line-height: 0;
} /* IE6 "fix" */
#nav ul a {
	zoom: 1;
} /* IE6/7 fix */
#nav ul li {
	float: none;
	color: #fff;
}

#nav ul ul {
	top: 0;
}

/* Essentials - configure this */
#nav>li {
	width: 125px;
}

#nav ul ul {
	left: 186px;
}



#nav *:hover {
	background-color: none;
}

ul#nav li a { /*border-right: 1px solid #c0c0c0;*/
	color: #fff;
	font-size: 11px;
	padding: 4px 4px 4px 0px;
	line-height: 20px;
	font-weight: bold;
}

ul#nav li ul li a { /*border-right: 1px solid #c0c0c0;*/
	color: #fff;
	font-size: 11px;
	padding: 4px;
	line-height: 1;
	font-weight: bold;
}

#nav li.hover a {
	background-color: #none;
	color: #fff;
}

#nav ul {
	top: 25px;
}
/**hide menu***/
#nav ul li a { /*background-color: #FFF;*/
	color: #FFF;
}

#nav ul li a.hover { /*background-color: #608ee8;*/
	color: #FFF;
}

#nav ul a { /*border-bottom: 1px solid white;*/
	border-right: none;
	opacity: 0.9;
	filter: alpha(opacity =     90);
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */