
/*** ESSENTIAL STYLES ***/
#menu ul li{
height:22px; padding:10px 0 3px 0;
}


.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:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	height:			27px;
	padding:		5px 0 5px 0;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin-left:	2px;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
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:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;

}
.sf-menu a {
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#fff;
}

.sf-menu li ul{
margin:	7px 0 0 0;
}

.sf-menu li {
	text-align:center;
	width:124px;
	height:37px;
	border-top:solid 1px #fff;
}
.sf-menu li  li{
	width:124px;
	height:25px;
	border-top:solid 1px #fff;
	margin-left:	0px;
	vertical-align: middle;
}


.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}


/* 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-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* 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*/
}



			.violet {background-color:#a6007c;}
			.violet-sub	{background-color:#c61399;}
			.violet-sub:hover {background-color:#e835bb;}

			.vert {background-color:#97bf0d;}
			.vert-sub {background-color:#b5dc2c;}
			.vert-sub:hover{background-color:#d2f84c;}
			
			.rouge{background-color:#e42523;}
			.rouge-sub {background-color:#fa4341;}
			.rouge-sub:hover{background-color:#ff7675;}			
			
			.bleu{background-color:#009ee0;}
			.bleu-sub {background-color:#1bb6f7;}
			.bleu-sub:hover{background-color:#6ad3ff;}					
			
			.orange{background-color:#f6a800;}
			.orange-sub {background-color:#ffbe31;}
			.orange-sub:hover{background-color:#ffdd55;}				
			
			.rose{background-color:#e2007a;}		
			.rose-sub {background-color:#f81992;}
			.rose-sub:hover{background-color:#ff5fb6;}				
			
			
			
