.menuDiv {
  width:574px;
  height:22px;
  z-index:1;
  margin-bottom:1px;
  padding-left:30px;
  background: #e9e8e6 url(../im/menu_fleche.gif) no-repeat top left;
  font:13px Arial;
  color:#6f7476;
  cursor: pointer;
}

.menuDivSelected {
  width:574px;
  height:22px;
  z-index:1;
  margin-bottom:1px;
  padding-left:30px;
  background: #e2001a url(../im/menu_fleche_selected.gif) no-repeat top left;
  font:13px Arial;
  color:#FFFFFF;
  cursor: pointer;
}

