/* //////////// Menu déroulant /////////// */
/* ///////// CSS pour Legal Suite //////// */
/* Par ITNetwork : http://www.itnetwork.fr */
/* /////////////////////////////////////// */

#menu { width: 565px; height: 31px; }

#nav, #nav ul {
	font: 10px Verdana, sans-serif;
	width: 565px;
	list-style: none;
	line-height: 25px;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	width: 180px;
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
}

#nav a.daddy {
	background: url(/_com/images/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	/*width: 180px;*/
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	font-weight: normal;
	margin: 0;
}

#nav li li {
	padding-right: 0;
	width: 180px;
	background-color: #689bca;
	background-image: url(/_com/images/subrub-off.png);
	background-repeat: repeat-y;
	line-height: 19px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#nav li ul a {
	width: 180px;
	padding-left: 15px;
}

#nav li ul ul {
	margin: -19px 0 0 178px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li li:hover, #nav li li.sfhover {
	background-image: url(/_com/images/subrub-over.png);
}


.rub01 { width: 85px !important; }
.rub01:hover { background: none !important;}
.rub02 { width: 50px !important; }
.rub03 { width: 125px !important; }
.rub04 { width: 175px !important; }
.rub05 { width: 100px !important; }

/*
.rub01 { width: 180px !important; }
.rub01:hover { background: none !important;}
.rub02 { width: 180px !important; }
.rub03 { width: 180px !important; }
.rub04 { width: 180px !important; }
.rub05 { width: 180px !important; }
.sep { width: 7px !important; }
*/
