#header_top_menu
{
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#menu {
	width: auto;
	border-bottom: 0px #D0DADB solid;
	padding-left: 10px;
	height: 33px;
	position: absolute;
	right: 0;
	top: 122px;
}

#menu  ul {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em;
	list-style: none;
	z-index: 90
	font-size: 0;
}

#menu  ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 33px;
	background: #0779d4;
	margin-top: 3px;
}

#menu ul li ul
{
	font-size: 0pt;
}

#menu ul li li
{
	font-size: 12px;
}

#menu ul li a {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	color: #fff;
	margin: 0;
	padding: 0 10px;
	padding-bottom: 0;
	line-height: 33px;
 	font-size: 1.3em;
	font-weight: bold;
}

#menu ul li li a {
	padding: 4px 5px;
	line-height: 25px;
 	font-size: 1em;
	font-weight: normal;
	height: auto;
	text-align: left;
	padding-left: 10px;
}

#menu  ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #00569b;
}


#menu  ul li.first_menu {
	background: url('/images/edifree2/blue/menu_onglet_bg.gif') top left no-repeat;
}

#menu  ul li.last_menu {
	background: url('/images/edifree2/blue/menu_onglet_bg.gif') top right no-repeat;
}


#menu ul li a#menu_first:hover {
	background: transparent url('/images/edifree2/blue/menu_onglet_hover_bg.gif') top left no-repeat;
}

#menu ul li a#menu_last:hover {
	background: transparent url('/images/edifree2/blue/menu_onglet_hover_bg.gif') top right no-repeat;
}

#menu  ul li.sep {
	color: white;
	padding: 0.8em 0em 0.5em 0em;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu  ul li a {
	float: none;
}

/* End IE5-Mac hack */
#menu  ul.level2, #menu ul.level3 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

#menu  ul.level2 li, #menu ul.level3 li {
	float: none;
	margin: 0;
	padding: 0;
	width: 170px;
	border-bottom: 1px solid #0063b2;
	border-left: 1px solid #0063b2;
	border-right: 1px solid #0063b2;
}

#menu  ul.level2 li a, #menu ul.level3 li a {
}

#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover {
	font-weight: normal;
	background-color: #00569b;
	background-image: none;
}

#menu ul.level2 li.submenu_last
{
}

#menu ul.level2 .bottom
{
	width: 172px;
	height: 4px;
	font-size: 0;
	border: 0;
	background: transparent url('/images/edifree2/blue/menu_sub_bottom.png') bottom center no-repeat;
}

#menu ul.level2 .bottom span
{
	display: block;
	width: 100%;
	height: 10px;
}

#menu ul.level2 .bottom
{
	display: none;
}