#dropmenudiv {
  position: absolute;
  border: 0px;
  line-height: 18px;
  z-index: 100;
}

#dropmenudiv a {
  width: 100%;
  display: block;
  text-indent: 3px;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 3px 3px 0px;
  background-color: #bccad5;
  color: #597485;
  color: #626F76;
  text-decoration: none;
}

#dropmenudiv a:hover {
  background-color: #bccad5;
  color: #223F60;
  text-decoration: none
}
