/* menuH.css
 * For: menuDropdown.js (version: 0.1)
 */

#mainMenu1 {
  color: #000;
  margin: 0;
  padding: 0;
  top: auto;
  left: auto;
  z-index: 1;
  position: static;
  /* do not use a 'relative' position */
  /* do not use a 'static' position if the menu is vertical */
  /* do not set height to other than 'auto' */
  /* set width to other than 'auto' if position is 'absolute' and its children
   * are 'float: left' or 'float: right' (for Opera 7 compatibility) */
}

#menuList1 {
	margin: 0;
	padding: 0px;
	padding-left:1px;
	padding-right:0px;
	/* always set margin to '0' */
  /* border-left-width must be equal to border-right-width */
  /* padding-left must be equal to padding-right */
  height: 26px;

	border-left: 1px solid #FFFFFF;
}

#menuList1 li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 27px;
  /* do not change anything here */
}

#menuList1 li a {
	color: #000;
	float: left;
	display: block;
	margin: 0;
	/* always set margin to '0' */
  /* if display is set to 'inline', padding won't be considered in Win/IE5.0 */
  text-decoration: none;
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
	width: 120px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

#menuList1 li a:hover, #menuList1 li a:focus {
	background-color: #EBEBEB;
	color: #000;
	border-color: #FFFFFF;
}

#menuList1 li a.actuator {

  color: #000;
  	border-bottom: 1px solid #FFFFFF;
}
.actif {
		display: block;
		width: 120px;
		background-color: #3EA639;
		  color: #FFFFFF;
	

}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {

  color: #FFFFFF;
    	border-bottom: 1px solid #FFFFFF;
		background-color: #3EA639;
		
}

#menuList1 .menu {
	background-color: #E2EDFA;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/* 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;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;

	line-height: 15px;

  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList1 .menu li a {
	float: none;
	border-bottom: 1px solid #FFFFFF;
	line-height: 15px;
	padding-top:3px;
	padding-bottom:3px;
		width:150px;
	text-align:left;
	padding-left:15px;
	padding-right:5px;
}

#menuList1 .menu li a.actuator{
  	border-bottom: 1px solid #FFFFFF;
}

#menuList1 .menu li a.actuator:hover, #menuList1 .menu li a.actuator:focus {
	border-bottom: 0px solid #FFFFFF;
}
.atlas {
	display: block;
	width: 120px;
	background-color: #5283A9;
	color: #FFFFFF;
	
}

.menu ul {
margin:0;
padding:0;
}
