

.menu {
  display: none;
  background-color: #eaf2d0;
  padding: 0px;
}

.menu li {
  background-color: #eaf2d0;
  list-style: none outside;
}

a.actuator {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  padding-left: 15px;
  text-decoration: none;
}

a.actuator:hover {
  text-decoration: underline;
}

.menu li a {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  padding-left: 15px;
  text-decoration: none;
}

.menu li a:hover {
  background-color: #CCE9AE;
}

span.key {
  text-decoration: underline;
}

li.active_homes_list {
  background-color: #eaf2d0;
  padding: 0px;
}

li.active_homes_list a {
  background-color: #eaf2d0;
  list-style: none outside;
}

li.active_homes_list a:hover {
  background-color: #dfffbe;
  list-style: none outside;
}

#active {
  background-color: #dfffbe;
}
