#mainMenu {
  width: 599px;
  background-color: #214A84;
  color: white;
  margin: 0px;
  padding: 0px;
  border-style: solid;
  border-color: #183163;
  border-width: 0px 0px 1px 0px;
}

#menuList {
  margin: 0px;
  padding: 2px 0px 2px 0px;
  border-style: solid;
  border-color: black;
  border-width: 0px 0px 1px 0px;
}

.menuList li {
  display: inline;
  list-style: none;
}

.menuDrop {
  height: 22px;
  padding: 0;
  border-style: solid;
  border-color: #183163;
  border-width: 0 0 0 2px;
  overflow: hidden;
}

a.menuA {
  background-color: transparent;
  color: white;
  font-size: 14px;
  margin: 0px;
  padding: 2px 25px 0.3em 1em;
  text-decoration: none;
  font-weight: bold;
  border-style: solid;
  border-color: #316BBD;
  border-width: 0 0 0 1px;
}

a.menuA:hover {
  background-color: #214A84;
  color: white;
  text-decoration: underline;
}

.menu {
  position: absolute;
  color: white;
  background-color: #9DC9FD;
  padding: 2px 0 4px 0;
  border: 1px solid darkblue;
  margin: 0;
  visibility: hidden;
}

.menu li a {
  background-color: transparent;
  color: #214A84;
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
  padding: 0px 5px 0px 5px;
  text-decoration: none;
}

.menu li a:hover {
  background-color: #C7E1FE;
  text-decoration: underline;
}

span.key {
  text-decoration: underline;
}
