.menu {
  border: 1px solid #e2e2e2;
  padding:2px;
  margin: 0px 3px;
  background-color:#e2e2e2;
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
}

.menuItem {
  border-bottom:1px solid #999999;
  color: #000000;
  padding:4px;
}

.menuItem:hover {
  background-color:#AFEBAF;
}

.menuItem a {
  text-decoration:none;
  color:#000000;
}

#item {
  cursor:pointer;
  padding:0px 0px 0px 0px;
  margin: 0px 0;
  width: 100%;
}

#item span {
  padding:0px 0px 0px 0px;
  cursor:pointer;
}

#item span:hover {
  text-decoration:underline;
}
