.menu {
  border: solid 0px #e2e2e2;
  padding:3px;
  margin: 0px 0px;
  background-color:#e2e2e2;
  font-family: Trebuchet MS;
  font-size: 9pt;
  font-weight:700;  
}

.menuItem {
  padding:3px;
  border-bottom:solid 1px #999999;
  color: #000080
}

.menuItem:hover {
  background-color:#ff9933;
  color: #000080
}

.menuItem a {
  text-decoration:none;
  color: #000080
}

#item {
  background-color:#000080;
  cursor:pointer;
  padding:6px 12px 6px 12px;
  margin: 0px 0;
}

#item span {
  padding:0px 12px 0px 12px;
  cursor:pointer;
}

#item span:hover {
  text-decoration:underline;
}