div#topMenuArea {
  position: absolute;
  top: 65px;
  right: 0;
}
div#topMenuArea span.menuButton {
  display: inline-block;
  width: auto;
  height: 20px;
  line-height: 20px;
  position: relative;
}
div#topMenuArea span.menuButton a.menuLink {
  display: block;
  width: auto;
  padding: 0 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
div#topMenuArea span.menuButton a.menuLink:hover {
  background: #9c0001;
}
div#topMenuArea span.menuButton span.submenu {
  display: none;
}
div#topMenuArea span.menuButton:hover span.submenu {
  display: block;
  width: 200px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 0;
  background: #9c0001;
}
div#topMenuArea span.menuButton span.submenu a {
  display: block;
  width: 200px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  text-indent: 10px;
}
