
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu { line-height: 1.0; }

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 20em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li { width: 100%; }

.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

.sf-menu li {
	float: left;
	position: relative;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 30px; /* hauteur des sous-menus par rapport aux menus de 1er niveau */
	z-index: 99;
}


ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em; }

 commenting this out, I don't want to see any ul 3 level items and deeper
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 20em; /* match ul width */
	top: 0;
}


/* commenting this out, it would apply to uls 4 levels deeper, but this is already inherited above
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 20em; /* match ul width
	top: 0;
}
 */


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}

.sf-menu a {
	border: 0;
	padding: 0;
	text-decoration: none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;border:none;
}

.sf-menu li { background:	transparent; }

.sf-menu li:hover { background: transparent; }

.sf-menu > li { width: 14em; } /* this is necessary for implementing the right 1/2 of nav menu & it's submenu, otherwise don't know how much negative left positioning to apply */

/* 2nd level items */

.sf-menu li li * {
	padding: 0px;
	margin: 0px;
	padding-bottom:0.25em;
	padding-top:0.25em;
    padding-right:0.25em;
    padding-left:0.55em;
}

.sf-menu li li { margin: 0 0em;margin-right:15px;
margin-bottom:0px; /* espace verticale entre les éléments des menus 1er niveau */
}

.sf-menu li ul {
	padding-right:0px;
	padding-left:15px;padding-bottom:10px; padding-top:8px;
	border: 0px;margin:0px;
-moz-box-shadow: 3px 3px 5px -2px #333333;
-webkit-box-shadow: 3px 3px 5px -2px #333333;
-o-box-shadow: 3px 3px 5px -2px #333333;
box-shadow: 3px 3px 5px -2px #333333;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#333333, Direction=135, Strength=5);
	}

.sf-menu li li { width: 46%; } /* places list items into "columns" */

.sf-menu li li a { 	border: 0; } /* rids of right border specified for level 1 */

.sf-menu li li a:hover { text-decoration: none; border:none;display:block;}

.sf-menu li li:nth-child(odd) { clear: left; } /* this is important so that long items in 2nd level don't make floats weird looking, doesn't seem to work in IE */

/* for the right half of navigation; basically takes submenu and pushes it leftward, rather than rightward */
/* sucky thing is that need to specify id's */



/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.05em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: .8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background: none; }

.sf-menu ul a > .sf-sub-indicator { background: none; }

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background: url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
}

.sf-shadow ul.sf-shadow-off { background: transparent; }


.menu_item {font-size:14px;white-space:nowrap;background:transparent;display:block;}  /* height:28px;line-height:30px; */
.sf-menu li {text-align:center;padding-left:0px;padding-right:0px;margin:0px;}
.sf-menu li.menu1 {width:107px;background:#90A62B url('../im/menus.png') 2px 0px no-repeat;}
.sf-menu li.menu2 {width:100px;background:#2F96BB url('../im/menus.png') -108px 0px no-repeat;}
.sf-menu li.menu3 {width:107px;background:#26809D url('../im/menus.png') -208px 0px no-repeat;}
.sf-menu li.menu4 {width:101px;background:#990099 url('../im/menus.png') -309px 0px no-repeat;}
.sf-menu li.menu5 {width:120px;background:#BA0139 url('../im/menus.png') -406px 0px no-repeat;}
.sf-menu li.menu6 {width:151px;background:#F15923 url('../im/menus.png') -526px 0px no-repeat;}
.sf-menu li.menu7 {width:109px;background:#FF9900 url('../im/menus.png') -680px 0px no-repeat;}

.sf-menu li ul li {text-align:left;}
.sf-menu li ul {padding-bottom:18px;}    /* marge en bas des sous-menus */
.sf-menu li.menu1 ul {background:#90A62B;width:520px;}
.sf-menu li.menu2 ul {background:#2F96BB;width:673px;}
.sf-menu li.menu3 ul {background:#26809D;width:464px;}
.sf-menu li.menu4 ul {background:#990099;width:358px;}
.sf-menu li.menu4 li { width: 94%; } /* une seule colonne pour menu 4 */
.sf-menu li.menu5 ul {background:#BA0139;left: -415px;border: 0;width:520px;}
.sf-menu li.menu6 ul {background:#F15923;left: -399px;border: 0;width:535px;}
.sf-menu li.menu7 ul {background:#FF9900;left: -195px;border: 0;width:289px;}
.sf-menu li.menu7 li { width: 94%; } /* une seule colonne pour menu 7 */
.sf-menu li li a {padding-left:14px;color:#FFFFFF;font-size:12px; letter-spacing:0px;text-decoration: none;display:block;
background: transparent url('../im/icones_et_puces.png') 2px -404px no-repeat;
margin:0px;padding-top:7px;padding-bottom:6px;border-bottom:1px dotted #FFFFFF;}    /* height:24px; */


.sf-menu li a {cursor:default;}
.sf-menu li li a {cursor:pointer;}

.sf-menu li li a:hover {border-bottom:1px dotted #FFFFFF;}
/* couleurs de fond survol de la souris */
.sf-menu li.menu1 li a:hover {background-color:#71832B;}
.sf-menu li.menu2 li a:hover {background-color:#2682A3;}
.sf-menu li.menu3 li a:hover {background-color:#1E5D72;}
.sf-menu li.menu4 li a:hover {background-color:#6B026C;}
.sf-menu li.menu5 li a:hover {background-color:#7E002A;}
.sf-menu li.menu6 li a:hover {background-color:#9F3009;}
.sf-menu li.menu7 li a:hover {background-color:#AE6A00;}