@charset "iso-8859-1";


#mainMenu1 {
  color: #000;
  margin: 0;
  padding: 0;
  /* if the menu is horizontal and has a 'static' position:
   * do not set a non-zero margin-top, if the BODY element has a zero
   * padding-top and this menu is its first 'static' child
   * this is due to an Opera 7 bug :-(
   */
  z-index: 1000000;
  position: static;
  /* if the menu is horizontal: use a 'static' position
   * if the menu is vertical: use an 'absolute' or 'fixed' position
   */
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 7px; 
  color: #000000; 
}

#menuList1 {
  margin: 0;
  padding-left:0px; padding-right:0px; padding-top:0; padding-bottom:0
}

#menuList1 li {
  /* do not change these rules */
  display: inline;
  list-style: none;

  /* do not change these rules */
}

#menuList1 li a {
  border:0px solid #D9D9D9; color: #000000;
  display: inline;
  line-height: 0em;
  margin: 0;
  padding: 2px;
  /* 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 {
  color: #FFFFFF
  
}

/* 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 */
  color: #ffffff;
  padding: 0px;
}

#menuList1 li a:hover.actuator, #menuList1 li a:focus.actuator {
  width/* */: auto; /* hides the following rule from Win/IE5.0 */
  color: #FFFFFF;
  
}

#menuList1 .menu {
  background-position: center; color: #000000;
  margin: 0;
  /* 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: 1000;
  width: 244px;
  position: absolute;
  visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  line-height:150%; padding-left:0px; padding-right:0px
}

#menuList1 .menu .menu {
line-height:120%; 

}

#menuList1 .menu li a {
  font-size: 11px;
  color: #000000;


}



#menuList1 .menu li a.actuator2 {
  display: block;
  background-image:url('../medias/menu_deroulant_2010/menu_deroulant_2010_05.png'); 
  background-repeat:repeat-y; 
  padding-left:13px; padding-right:5px; padding-top:4px; padding-bottom:4px ;
  line-height: 150%; 

}

#menuList1 .menu li a:hover.actuator2 {
  color: #FFFFFF;
  background-image:url('../medias/menu_deroulant_2010/menu_deroulant_2010_12.png'); 
  background-repeat:no-repeat; 
  
}
