div#topMenuArea {
  width: auto;
  height: 65px;
  position: absolute;
  top: 0;
  left: 261px;
}
div#topMenuArea span.menuButton {
  width: auto;
  display: block;
  float: left;
  height: 65px;
  line-height: 65px;
  background: url(../img/whiteArrow.gif) no-repeat center 3px;
}
div#topMenuArea span.menuButton a.menuLink {
  display: block;
  width: auto;
  height: 65px;
  padding: 0 15px;
  font-size: 14px;
  text-shadow: #ffffff 1px 1px 1px;
}
div#topMenuArea span.menuButton a.menuLink:hover {
  background: url(../img/topMenu_bg.png) bottom center repeat-x;
  cursor: pointer;
}
div.leftMenu span.menuButton {
  display: block;
  width: 220px;
  height: auto;
  line-height: 12px;
  padding: 10px 0;
}
div.leftMenu span.menuButton + span.menuButton {
  border-top: dotted 1px #ffaf74;
}
div.leftMenu span.menuButton a.menuLink {
  display: block;
  width: 220px;
  height: auto;
  color: #535353;
  font-weight: bold;
  padding-bottom: 3px;
}
div.leftMenu span.menuButton a.menuLink:hover {
  font-weight: bold;
  cursor: pointer
}
div.leftMenu span.menuButton span.submenu {
  width: 220px;
  height: auto;
  display: block;
}
div.leftMenu span.menuButton span.submenu a {
  width: 205px;
  height: auto;
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
  display: block;
  text-align: left;
  padding: 1px 0 1px 15px;
  background: url(../img/arrow_right.gif) no-repeat center left;
}
div.leftMenu span.menuButton span.submenu a:hover {
  font-weight: bold;
}
