li.withsubmenu,li.withsubmenu:hover
{
	/* image defined in default_menu.css */
	background-repeat:no-repeat;
	background-position:right;
}
li.withsubmenu:hover
{
	/* image defined in default_menu.css */
}


#menu
{
	/* defined in default_menu.css */
}

#menu ul
{
	z-index: 500;
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	/*  min-width defined in default_menu.css */
}
#menu ul ul
{
	background-color:transparent; /* pour reavoir la transparence */
	margin: 0;
	padding:0;
}

#menu a, #menu h2
{
	/* font defined in default_menu.css */
	display: block;
	margin: 0;
	padding: 0;
}

#menu h2
{
	padding-left: 0.7em;
	padding-right: 0.7em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	color:white;
}

#menu h2
{
	/* defined in default_menu.css */
}

#menu a
{
	/* defined in default_menu.css */
}

#menu li
{
	position: relative;
	/* background defined in default_menu.css */
}

#menu li:hover, #menu h2:hover
{
	/* defined in default_menu.css */
}

#menu ul ul
{
	position: absolute;
	z-index: 500;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#menu ul ul ul
{
	position: absolute;
	top: 0;
	margin: 0px;
	left: 100%;
	z-index: 500;
	border-bottom: 1px solid #999;
}

/* div*/
#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul
{
	display: none;
}

/*div*/
#menu ul span:hover ul,
#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{
	display: block;
	/* width & min-width defined in default_menu.css */
}

