/*** ESSENTIAL STYLES ***/
#header-nav .produits_ul, 
#header-nav .produits_ul * {
margin:			0;
padding:		0;
list-style:		none;
background:             none;
}
#header-nav .produits_ul {
line-height:	1.0;
}
#header-nav .produits_ul ul {
position:		absolute;
top:			-999em;
width:			13.5em; /* left offset of submenus need to match (see below) */
border:                 1px solid  #2b6ab8;
background:             #e8f7ff;
}
#header-nav .produits_ul ul li {
width:			12em;
padding:                0.3em 0 0.3em 1.5em;
background: url(/upload/images/design/style/li-categ.gif) no-repeat center left;
}
#header-nav .produits_ul li:hover {
visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#header-nav .produits_ul li {
float:			left;
position:		relative;
}
#header-nav .produits_ul a {
display:		block;
position:		relative;
}
#header-nav .produits_ul li:hover ul,
#header-nav .produits_ul li.sfHover ul {
left:			0;
top:			2.5em; /* match top ul list item height */
z-index:		99;
}
#header-nav ul.produits_ul li:hover li ul,
#header-nav ul.produits_ul li.sfHover li ul {
top:			-999em;
}
#header-nav ul.produits_ul li li:hover ul,
#header-nav ul.produits_ul li li.sfHover ul {
left:			10em; /* match ul width */
top:			0;
}
#header-nav ul.produits_ul li li:hover li ul,
#header-nav ul.produits_ul li li.sfHover li ul {
top:			-999em;
}
#header-nav ul.produits_ul li li li:hover ul,
#header-nav ul.produits_ul li li li.sfHover ul {
left:			10em; /* match ul width */
top:			0;
}
#header-nav li li li {
display: none;
}
