div#topMenu span.menuButton {
  display: inline-block;
  width: auto;
  height: 20px;
  line-height: 20px;
}
div#topMenu span.menuButton a.menuLink {
  width: auto;
  display: block;
  height: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
div#topMenu span.menuButton a.menuLink:hover {
  color: #ffd718;
}
div#topMenu span.menuButton + span.menuButton {
  margin-left: 30px;
}
div#contentAreaLeft span.menuButton {
  width: 200px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: right;
}
div#contentAreaLeft span.menuButton a.menuLink {
  width: 180px;
  height: 30px;
  display: block;
  background: url(../img/arrow.gif) no-repeat center right;
  padding-right: 20px;
}
div#contentAreaLeft span.menuButton a.menuLink:hover {
  font-weight: bold;
  color: #ffd718;
}
