#mainMenu1 {
}

#menuList1 {
 
  border: 0;
  margin: 0;
  padding: 0 10px;
  /* do not use a position other than 'static' here */
}

#menuList1 li {
  /* do not change these rules */
  display: inline;
  color: #E7B106;
  margin: 0;
  padding: 0;
  list-style: none;
  /* do not change these rules */
}

#menuList1 li a {
  background-color:#F0F6E3;
  color:#536F14;
  display: inline;
  border: 1px  #EEE;
  margin: 0;
  padding: 6px 10px;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
}

#menuList1 li a:hover, #menuList1 li a:focus {
  background-color:#E7ECE3;
  color: #94AA17;
  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("../img/spacer/espaceur_menum.gif") no-repeat 100% 50%;
  color: #364F55;
  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("../img/spacer/espaceur_menum.gif") no-repeat 100% 50% ;
  color: #FFC805;
}

#menuList1 .menu {
	background-color: #EEE;
	color: #60797F;
	margin: 0;
	padding: 1px;
	z-index: 1;
	position: absolute;
	visibility: hidden;
	font-family: tahoma;
	font-size: 10px;
	text-decoration: none;
  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList1 .menu .menu {
  margin-left: 2px;
  /* 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;
}
.button1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 82B752;
	text-decoration: none;
	border: 1px solid #8AA417;
}
