#mainMenu1 {
  /*background-color: #F3F7E4;*/
  color: #FFFFCC;
  /*margin: 0 0 0.8em;*/
  padding: 0;
  z-index: 1;
  position: static;
}

#menuList1 {
  /*border: 1px solid #CCC;*/
  margin: 0;
  /*padding: 0 6px;*/
  text-align: center;
  padding: 0;
}

#menuList1 li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menuList1 li a {
  /*background-color: transparent;*/
  color: #FFFFCC;
  display: inline;
  /*line-height: 1.8em;
  border: 1px solid #EEE;*/
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#menuList1 li a:hover, #menuList1 li a:focus {
  background-color: #AAB879;
  color: #FFFFCC;
  padding:0;
  /*border-color: #CCC;*/
}

/* As Win/IE5.0 doesn't apply padding on inline elements, background images
 * must be hidden from it, otherwise they will be displayed behind text
 */
#menuList1 li a.actuator {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  /*background: url("images/fleche-bas-noire.jpg") no-repeat 100% 50%;*/
  color: #FFFFCC;
  /*padding-right: 20px;*/
}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  /*background: url("images/fleche-bas-grise.jpg") no-repeat 100% 50% #f8f8f8;*/
  /*color: #000;*/
}

#menuList1 .menu {
  background-color: #8C9A5C;
  color: #FFFFCC;
  border: 1px solid #475218;
  margin-bottom:3px;
  padding: 2px;
  /* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index: 1;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList1 .menu .menu {
  margin-left: 0px;
  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}

#menuList1 .menu li a {
  display: block;
  line-height: normal;
}

#menuList1 .menu li a.actuator {
  /*background: url("images/fleche-noire.jpg") no-repeat 100% 50%;*/
}

#menuList1 .menu li a.actuator:hover, #menuList1 .menu li a.actuator:focus {
  /*background: url("images/fleche-grise.jpg") no-repeat 100% 50% #f8f8f8;*/
}