#menu_h {
  background: url(../images/bg_menu_h.gif) repeat-x;
  height: 37px;
  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;
}

#menu_h .niveau1 a, #menu_h a.hover {
  color: #fff;
  text-decoration: none;
  display: block;
  float: left;
  cursor: pointer;
}

#menu_h .niveau1 .left, #menu_h .niveau1 .right {
  display: block;
  float: left;
}

#menu_h .niveau1 .right {
  height: 37px;
  line-height: 32px;
  padding: 0 22px;
}

#menu_h .niveau1 .home {
	background: url(../images/menu_h/house.gif) no-repeat 7px 11px;
	display: block;
	height: 37px;
}

#menu_h .niveau1 a.selected .home {
	background-image: url(../images/menu_h/house_selected.gif);
}

#menu_h .niveau1 a.hover .home {
	background-image: url(../images/menu_h/house_hover.gif);
}

#menu_h .niveau1 a.selected {
  background: url(../images/menu_h/menuh_1_selected_repeat.gif) repeat-x;
}

#menu_h .niveau1 a.selected .right {
  background: url(../images/menu_h/menuh_1_selected_right.gif) no-repeat top right;
  color: #757b7f;
}

#menu_h .niveau1 a.selected .left {
  background: url(../images/menu_h/menuh_1_selected_left.gif) no-repeat top left;
}

#menu_h .niveau1 a.hoverWithChildren {
  background: url(../images/menu_h/menuh_1_hover_wc_repeat.gif) repeat-x;
}

#menu_h .niveau1 a.hoverWithChildren .right {
  background: url(../images/menu_h/menuh_1_hover_wc_right.gif) no-repeat top right;
  color: #1d6d9a;
}

#menu_h .niveau1 a.hoverWithChildren .left {
  background: url(../images/menu_h/menuh_1_hover_wc_left.gif) no-repeat top left;
}

#menu_h .niveau1 a.hover {
  background: url(../images/menu_h/menuh_1_hover_repeat.gif) repeat-x;
}

#menu_h .niveau1 a.hover .right {
  background: url(../images/menu_h/menuh_1_hover_right.gif) no-repeat top right;
  color: #1d6d9a;
}

#menu_h .niveau1 a.hover .left {
  background: url(../images/menu_h/menuh_1_hover_left.gif) no-repeat top left;
}

#menu_h div.c1 {
  background: url(../images/menu_h/bkgNiveau2Bottom.gif) no-repeat bottom;
  position: absolute;
  top: 33px;
  left: 0;
  padding: 0 0 5px 0;
  width: 994px;
  display: none;
}

#menu_h div.c2 {
	background: url(../images/menu_h/bkgNiveau2.gif) repeat-y;
	padding: 21px 0 16px 21px;
}

#menu_h .niveau2 {}

#menu_h .niveau2 td {
  vertical-align: top;
  width: 140px;
  padding-right: 20px;
}
#menu_h .niveau2 td.last {
	padding-right: 0;
}

#menu_h .niveau2 a, #menu_h .niveau2 a:hover {
  color: #45494f;
  width: 129px;
  padding-left: 11px;
  background: url(../images/menu_h/puceNiveau2.gif) no-repeat 0 8px;
}
#menu_h .niveau2 a:hover {text-decoration:underline;color:#008CD9}

#menu_h .niveau3 {
  background: url(../images/menu_h/separation.gif) repeat-y 3px 0;
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0 0;
  float: left;
}

#menu_h .niveau3 li {
  float: none;
  border: none;
}

#menu_h .niveau3 a, #menu_h .niveau3 a:hover {
  font-weight: normal;
  float: none;
  background: none;
}
#menu_h .niveau3 a:hover {text-decoration:underline;}
