/*** ESSENTIAL STYLES ***/
#mainFrontMenu, #mainFrontMenu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:		999;
}
#mainFrontMenu {
	line-height:	1.1;
	z-index:		999;	
}
#mainFrontMenu ul {
	position:		absolute;
	top:			-999em;
	width:			185px; /* left offset of submenus need to match (see below) */
	z-index:		999;
	border-left:	6px solid #f2ab0c;
	border-right:	2px solid #eee;
	border-top:		2px solid #eee;
	border-bottom:	2px solid #eee;
}
#mainFrontMenu ul li {
	width:			100%;
	z-index:		999;	
}
#mainFrontMenu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#mainFrontMenu li {
	float:			left;
	position:		relative;
}
#mainFrontMenu a {
	display:		block;
	position:		relative;
	font-size:		11px;
	font-family:	Arial, Helvetica, sans-serif;
}
#mainFrontMenu li:hover ul,
#mainFrontMenu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul#mainFrontMenu li:hover li ul,
ul#mainFrontMenu li.sfHover li ul {
	top:			-999em;
}
ul#mainFrontMenu li li:hover ul,
ul#mainFrontMenu li li.sfHover ul {
	left:			185px; /* match ul width */
	top:			0;
}
ul#mainFrontMenu li li:hover li ul,
ul#mainFrontMenu li li.sfHover li ul {
	top:			-999em;
}
ul#mainFrontMenu li li li:hover ul,
ul#mainFrontMenu li li li.sfHover ul {
	left:			185px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
#mainFrontMenu {
	float:			left;
	margin-bottom:	1em;
}
#mainFrontMenu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #EEE;
	padding: 		.75em 1em;
	text-decoration:none;
}
#mainFrontMenu a, #mainFrontMenu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#6F6F6F;
}
#mainFrontMenu li a span {
	font-size:		12px;
	font-weight:	bold;
	line-height:	1.2;
}
#mainFrontMenu li {
	background:		#F8F8F8;
}
#mainFrontMenu li li, #mainFrontMenu li li li {
	background:		#FFFFFF;
}
#mainFrontMenu li:hover, #mainFrontMenu li.sfHover,
#mainFrontMenu a:focus, #mainFrontMenu a:hover, #mainFrontMenu a:active {
	background-color:		#FFFFFF;
	outline:		0;
	color:			#F39903;
	background: url(http://www.abisco.fr/www/_images/0_general/frameG_menuprod_roll.png) center right no-repeat #FFFFFF;
}

/*** arrows **/
#mainFrontMenu 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 */
#mainFrontMenu ul .sf-sub-indicator { background-position:  -10px 0; }
#mainFrontMenu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#mainFrontMenu ul a:focus > .sf-sub-indicator,
#mainFrontMenu ul a:hover > .sf-sub-indicator,
#mainFrontMenu ul a:active > .sf-sub-indicator,
#mainFrontMenu ul li:hover > a > .sf-sub-indicator,
#mainFrontMenu 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;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}



/* +++++++++++++++++++++++ MODIFICATION DE LA CSS POUR QUE LE MENU SOIT VERTICAL +++++++++++++++++++++++ */
#mainFrontMenu, #mainFrontMenu li {
	width:	100%;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
#mainFrontMenu li:hover ul,
#mainFrontMenu li.sfHover ul {
	left:	187px; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
#mainFrontMenu .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
#mainFrontMenu a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
#mainFrontMenu a:focus > .sf-sub-indicator,
#mainFrontMenu a:hover > .sf-sub-indicator,
#mainFrontMenu a:active > .sf-sub-indicator,
#mainFrontMenu li:hover > a > .sf-sub-indicator,
#mainFrontMenu li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
