/* menuV.css
 * For: menuDropdown.js (version: 0.1x)
 */
 
#mainMenu1 ul ul{
 z-index: 10;
 width: 155px;

}

#mainMenu1 {
  color: #474848;	
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: verdana,Arial, Helvetica, sans-serif;
  /* if the menu is vertical:
   * set border to 'none'
   * padding-left must be equal to padding-right
   */
  width: 145px;
  top: 0.6em;
  left: 0.6em;
  z-index: 10;
  position: absolute;
  /* if the menu is horizontal: use a 'static' position
   * if the menu is vertical: use an 'absolute' or 'fixed' position
   */
}

#menuList1 {
  margin: 0;
  padding: 2px;
  /* do not use a position other than 'static' here */
  /* if the menu is vertical:
   * margin-left + border-left-width + padding-left must be equal to
   * margin-right + border-right-width + padding-right
   */
}

#menuList1 li {
  /* do not change these rules */
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;

  /* do not change these rules */
}
#menuList1 li span{
  background-color: transparent;
  color: #014735;	
  display: block;
  z-index: 10;
  margin: 0;
  padding: 2px 10px;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
  margin-left:2px;
  height:17px;
  font-size:12px; 
  background-image:url(../images/icons/fleche_verte_clair_bas.png);
  background-position:right;
  background-repeat:no-repeat;
}
html>body #menuList1 li span {
  height:auto;
  min-height:17px;
 }
#menuList1 li a {
  background-color: transparent;
  color: #014735;	
  display: block;
z-index: 10;
  margin: 0;
  padding: 2px 10px;
  /* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
  text-decoration: none;
  margin-left:2px;
  height:17px;
}
html>body #menuList1 li a {
  height:auto;
  min-height:17px;
 }
#menuList1 li a:hover, #menuList1 li a:focus {
  /*background-color: #ECF0CD;*/
  color: #c61f18;
  font-weight:bold;
   margin-left:0px;
   z-index: 10;
}
#menuList1 li div.sousRubrique{

	width:150px;
}

#menuList1 li div.sousSousMenu a{
  padding-left:28px;
  background:url(../images/icons/puce-verte.png) no-repeat 15px #ECF0CD;
}

#menuList1 li div.sousSousMenu a:hover, #menuList1 li div.sousSousMenu a:focus {
  /*background-color: transparent;*/
	
}
#menuList1 li a.actuator {
 
  background: url("../images/icons/fleche_verte.jpg") no-repeat 100% 50%;
  color: #014735;
  padding-right: 20px;
}
#menuList1 .menu li a.actuator {
  background: url("../images/icons/fleche_verte_clair.gif") no-repeat 100% 50%;
}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
  /*background: url("../images/icons/fleche_rouge.jpg") no-repeat 100% 50% #ECF0CD;*/
  background: url("../images/icons/fleche_rouge.jpg") no-repeat 100% 50%;
  color: #c61f18;
}

#menuList1 .menu {

  background-color: #F7F9E4;
  color: #000;
  border: 1px solid #CCC;
  margin: 0;
  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: 10;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList1 .menu .menu {
 
  margin-left: 2px;
  margin-top:-3px;
  z-index: 10;
  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}