#menu_h {
	height: 32px;
	position: relative;
	z-index: 2;
}

#menu_h .niveau1 {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	width: 994px;
	position: relative;
}

#menu_h .niveau1 li {
	float: left;
	margin-right: 2px;
	position: relative;
}

#menu_h .niveau1 > li > a,#menu_h .niveau1 > li:hover > a {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	cursor: pointer;
}

#menu_h .niveau1 > li > a .left,#menu_h .niveau1 > li > a .right {
	display: block;
	float: left;
}

#menu_h .niveau1 > li > a .right {
	padding: 9px 22px 13px 22px;
}

#menu_h .niveau1 > li > a .home {
	background: url(../images/menu_h/house.gif) no-repeat 7px 11px;
	display: block;
	height: 37px;
}

#menu_h .niveau1 > li > a.selected .home {
	background-image: url(../images/menu_h/house_selected.gif);
}

#menu_h .niveau1 > li:hover > a .home {
	background-image: url(../images/menu_h/house_hover.gif);
}

#menu_h .niveau1 > li > a.selected {
	background: url(../images/menu_h/menuh_1_selected_repeat.gif) repeat-x;
}

#menu_h .niveau1 > li > a.selected .right {
	background: url(../images/menu_h/menuh_1_selected_right.gif) no-repeat top right;
	color: #757b7f;
}

#menu_h .niveau1 > li > a.selected .left {
	background: url(../images/menu_h/menuh_1_selected_left.gif) no-repeat top left;
}

#menu_h .niveau1 > li:hover > a.hasChildren {
	background: url(../images/menu_h/menuh_1_hover_wc_repeat.gif) repeat-x;
}

#menu_h .niveau1 > li:hover > a.hasChildren .right {
	background: url(../images/menu_h/menuh_1_hover_wc_right.gif) no-repeat top right;
	color: #1d6d9a;
}

#menu_h .niveau1 > li:hover > a.hasChildren .left {
	background: url(../images/menu_h/menuh_1_hover_wc_left.gif) no-repeat top left;
}

#menu_h .niveau1 > li:hover > a {
	background: url(../images/menu_h/menuh_1_hover_repeat.gif) repeat-x;
}

#menu_h .niveau1 > li:hover > a .right {
	background: url(../images/menu_h/menuh_1_hover_right.gif) no-repeat top right;
	color: #1d6d9a;
}

#menu_h .niveau1 > li:hover > a .left {
	background: url(../images/menu_h/menuh_1_hover_left.gif) no-repeat top left;
}

#menu_h li:hover .niveau2 {
	display: block;
}

#menu_h .niveau2 {
	display: none;
	background: url(../images/menu_h/niveau2_bottom.gif) no-repeat bottom left;
	padding: 0 0 6px 0;
	position: absolute;
	top: 33px;
	left: -3px;
	/left: -43px;
	list-style-type: none;
}

#menu_h .niveau2 li {
	background: url(../images/menu_h/niveau2_repeat.gif) repeat-y;
}

#menu_h .niveau2 li a {
	display: block;
	width: 244px;
	padding: 8px 25px 0 25px;
	color: #45494f;
	background: url(../images/menu_h/puceNiveau2.gif) no-repeat 26px 15px;
	text-decoration: none;
}

#menu_h .niveau2 li a span {
	background: url(../images/menu_h/niveau2_separation.gif) repeat-x bottom;
	display: block;	
	padding: 0 0 7px 15px;
}

#menu_h .niveau2 li.last a span {
	background: none;	
}

#menu_h .niveau2 a:hover {
	color: #008CD9;	
}
