/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/navGauches/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.navGauche {
	width:189px;
	position:relative;
	margin:0;
	font-size:11px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	z-index:300;
}
.navGauche ul li a, .navGauche ul li a:visited {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	width:179px;
	height:30px;
	text-align:left;
	padding-left:10px;
	padding-top: 7px;
	background:#c9c9a7;
	line-height:19px;
	font-size:10px;
	background-image: url(../images/fondNavGaucheOff.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	text-transform: uppercase;
	z-index:300;
}
.navGauche ul {
	padding:0;
	margin:0;
	list-style-type: none;
	z-index:300;
}
.navGauche ul li {
	float:left;
	margin-right:1px;
	position:relative;
	z-index:300;
}
.navGauche ul li ul {
	display: none;
	z-index:300;
}
/* specific to non IE browsers */
.navGauche ul li:hover a {
	color:#fff;
	background-color: #b3ab79;
	background-image: url(../images/fondNavGaucheOn.jpg);
	background-repeat: repeat-x;
	z-index:300;
}
.navGauche ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:189px;
	width:189px;
	z-index:300;
}
.navGauche ul li:hover ul li a.hide {
	background:#96C72D;
	color:#000;
	z-index:300;
}
.navGauche ul li:hover ul li:hover a.hide {
	width:189px;
	z-index:300;
}
.navGauche ul li:hover ul li ul {
	display: none;
	z-index:300;
}
.navGauche ul li:hover ul li a {
	display:block;
	background:#96C72D;
	color:#FFFFFF;
	width:190px;
	height:18px;
	line-height:12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7DC6E;
	text-transform: none;
	z-index:300;
}
.navGauche ul li:hover ul li a:hover {
	background:#87CE44;
	color:#FFFFFF;
	z-index:300;
}
.navGauche ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:189px;
	top:0;
	color:#000;
	z-index:300;
}
.navGauche ul li:hover ul li:hover ul li a {
	display:block;
	width:200px;
	background:#dfc184;
	color:#000;
	z-index:300;
}
.navGauche ul li:hover ul li:hover ul li a:hover {
	background:#bd8d5e;
	color:#fff;
	z-index:300;
}
