div.action_menu{
  z-index:100;
  text-align:left;
  position:absolute;
  width:16em;
  padding:9px 0px;
  background: #dfdfdf;
  border-bottom: 1px solid darkgrey;
  border-right: 1px solid darkgrey;
  cursor:pointer;
}
.action_menu, .action_menu a {
  font-size:12px;
  color:black;
  text-decoration:none;
}
.menuItem{
  padding:3px 0px 3px 9px;
}
div.menuItem:hover{
  background: steelblue;
  color:white;
}
div.menuItem:hover a{
  color:white;
  text-decoration:none;
}

