div#topMenuArea span.menuButton {
  display: inline-block;
  width: auto;
  height: 45px;
  line-height: 45px;
  position: relative;
}
div#topMenuArea span.menuButton a.menuLink {
  width: auto;
  display: block;
  height: 45px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  padding: 0 20px;
}
div#topMenuArea span.menuButton a.menuLink:hover {
  color: #000000;
}
div#topMenuArea span.menuButton + span.menuButton {
  border-left: solid 1px #3566d3;
}
div#contentAreaLeft span.menuButton {
  width: 232px;
  min-height: 30px;
  line-height: 30px;
  display: block;
  position: relative;
}
div#contentAreaLeft span.menuButton span.submenu {
  display: block;
  width: 232px;
  height: auto;
  padding-bottom: 20px;
}
div#contentAreaLeft span.menuButton a.menuLink {
  width: 232px;
  height: 30px;
  display: block;
  color: #ed9618;
  font-weight: bold;
  text-transform: uppercase;
  text-indent: 30px;
  background: url(/main/img/arrowDown.gif) no-repeat 200px 12px; 
}
div#contentAreaLeft span.menuButton span.submenu a {
  width: 232px;
  height: 30px;
  display: block;
  text-indent: 50px;
  background: url(/main/img/arrowRight.gif) no-repeat 30px 12px; 
  color: #d8d8d8;
}
div#contentAreaLeft span.menuButton span.submenu a:hover {
  background-position: 200px 12px;
}