#lmenu {
	position: absolute;
	width: 150px;
	left:0;
	padding: 10px;
	z-index: 100;
	margin-top:20px;
	float:none;
	line-height: 140% ;
}

#menuList1 {
  margin: 0;
  padding: 0;
}

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

#menuList1 li a {
  color: #000;
  display: block;
  /*border: 1px solid #000000;*/
  margin: 1px 0 0px 0;
  padding: 2px 7px;
  text-decoration: none;
  background-color: #badbfa;
  /*background-color:#ffffff;*/
}

#menuList1 li a:hover, #menuList1 li a:focus {
  background-color: #335EA8;
  color: #FDA666;
}

#menuList1 li a.actuator {
  background: no-repeat 100% 50% #badbfa;
  color: #000;
}

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
  background: no-repeat 100% 50% #FFFFFF;
  color: #000;
  font-weight : bold;
}

#menuList1 .menu {
  background-color: #ffffff;
  color: #000;
  margin: 1px 0 0 0;
  padding: 0px 2px 1px 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: 2px;
}
