#menu {
	width:565px;
	height:40px;
	float:right;
	margin:64px 19px 0px 0px;
}

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

#menu  ul li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 1, 5em;
	list-style-type: none;
}

#menu ul li a {
	float: left;
	display: block;
	width: auto;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	color: #000;
	margin: 0;
	/*padding: 0.9em 0.8em 0.5em 1em;*/
}

#menu  ul li a:hover {
	color: #000;
	text-decoration: none;
}

/*
#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;
	border-top: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	background: #ffffff;
	z-index:2000;
}

#menu  ul.level2 li, #menu ul.level3 li {
	border-bottom: 1px solid #c7c7c7;
	float: none;
	margin: 0;
	padding: 0;
}

#menu  ul.level2 li a, #menu ul.level3 li a {
	font-size:11px;
	padding: 10px 14px 10px 27px;
	background-image:url(/images/sous-menu-li.gif);
	background-repeat:no-repeat;
	background-position:11px 50%;
}

#menu  ul.level2 li a:hover,#menu  ul.level3 li a:hover {
	font-size:11px;
	color:#FFFFFF;
	font-weight: normal;
	background-color: #5c6fc2;
	background-image: none;
	background-image:url(/images/sous-menu-li-over.gif);
	background-repeat:no-repeat;
	background-position:11px 50%;
}

#menu ul.level1 li a.emploi {
	width:140px;
	height:40px;
	margin-right:3px;
	background: url(/images/onglet_trouver-emploi.gif) top left no-repeat;
}

#menu ul.level1 li a.emploi:hover {
	width:140px;
	height:40px;
	margin-right:3px;
	background: url(/images/onglet_trouver-emploi-over.gif) top left no-repeat;
}

#menu ul.level1 li a.emploi-selected {
	width:140px;
	height:40px;
	margin-right:3px;
	background: url(/images/onglet_trouver-emploi-over.gif) top left no-repeat;
}

#menu ul.level1 li a.profil {
	width:102px;
	height:40px;
	margin-right:3px;
	background: url(/images/onglet_profil.gif) top left no-repeat;
}

#menu ul.level1 li a.profil:hover {
	width:102px;
	height:40px;
	margin-right:3px;
	background: url(/images/onglet_profil-over.gif) top left no-repeat;
}

#menu ul.level1 li a.profil-selected {
	width:102px;
	height:40px;
	margin-right:3px;
	background: url(/images/onglet_profil-over.gif) top left no-repeat;
}

#menu ul.level1 li a.profil-corpo {
	width:120px;
	height:40px;
	margin-right:3px;
	background: url(/images/onglet_profil-corpo.gif) top left no-repeat;
}

#menu ul.level1 li a.profil-corpo:hover {
	width:120px;
	height:40px;
	margin-right:3px;
	background: url(/images/onglet_profil-corpo-over.gif) top left no-repeat;
}

#menu ul.level1 li a.profil-corpo-selected {
	width:120px;
	height:40px;
	margin-right:3px;
	background: url(/images/onglet_profil-corpo-over.gif) top left no-repeat;
}

#menu ul.level1 li a.infos {
	width:188px;
	height:40px;
	margin-right:3px;
	background: url(/images/onglet_infos-ressources.gif) top left no-repeat;
}

#menu ul.level1 li a.infos:hover {
	width:188px;
	height:40px;
	/*margin-right:3px;*/
	background: url(/images/onglet_infos-ressources-over.gif) top left no-repeat;
}

#menu ul.level1 li a.infos-selected {
	width:188px;
	height:40px;
	/*margin-right:3px;*/
	background: url(/images/onglet_infos-ressources-over.gif) top left no-repeat;
}