/* Styles des LI-DropDown */

#topNav, #topNav ul { /* full list */
	margin: 0; 	padding: 0;
	list-style: none;
	white-space: nowrap;
	text-align: left;
}

#topNav li { /* all li elements */
	line-height: 19px;
	margin: 0; 	padding: 0;
	background-color: #ececed;
}

#topNav li:hover, #topNav li.sfhover { /* all li elements */
	background-color: #a7a9ac;
	background-image: none;
}

#topNav a { /* all a elements */
	color: #000000;
	font-family: Verdana, Arial, SunSans-Regular, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 19px;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

#topNav a:hover { /* all hovered a elements */
	color: #ECECED;
	background-color: #a7a9ac;
}

#topNav a.toplevel { /* first level a elements class toplevel */
	background-image: url(/live/navigation/gfx/button_on.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: #99000;
	font-weight: bold;
	padding: 0;
	text-align: center;
	width: 134px;
	font-size: 10px;
}

#topNav a.toplevel:hover, #topNav a.toplevel_on, #topNav a.toplevel_on:hover {
	background-image: url(/live/navigation/gfx/button_off.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: #990000;
	font-weight: bold;
	padding: 0;
	text-align: center;
	width: 134px;
	font-size: 10px;
}

#topNav a.sublevel {
	clear: left;
	height: 19px;
	min-width: 124px; /* inherits the padding from a - element */
}

#topNav a.sublevel_with {
	clear: left;
	height: 19px;
	min-width: 124px; /* inherits the padding from a - element */
	background-color: transparent;
	background-image: url(/live/navigation/gfx/frenchquotes_off.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#topNav a.sublevel_with:hover {
	background-image: url(/live/navigation/gfx/frenchquotes_on.gif);
}

#topNav li.toplevel, #topNav li.toplevel:hover, #topNav li.toplevel_on  { /* first level lists inactive */
	float: left;
	margin-right: 1px;
}



#topNav li ul { /* second-level lists */
   left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
   position: absolute;
   background-color: #FFFFFF;
   display: none;
   width: auto;
}

#topNav li ul li {
   left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
   margin-top: 1px;
   display: block;
}

#topNav li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 134px;
}

#topNav li:hover ul ul, #topNav li:hover ul ul ul, #topNav li.sfhover ul ul, #topNav li.sfhover ul ul ul {
   left: -999em;
   display: none;
}

#topNav li:hover ul, #topNav li li:hover ul, #topNav li li li:hover ul, #topNav li.sfhover ul, #topNav li li.sfhover ul, #topNav li li li.sfhover ul {
   left: auto; /* lists nested under hovered list items */
   display: block;
   color: #ececed;
}