div#topMenuArea {
  width: auto;
  height: 93px;
  position: absolute;
  top: 0;
  left: 246px;
}
div#topMenuArea span.menuButton {
  width: auto;
  display: inline-block;
  height: 93px;
  line-height: 93px;
  background: url(../img/whiteArrow.gif) no-repeat center 3px;
}
div#topMenuArea span.menuButton a.menuLink {
  display: block;
  width: auto;
  height: 93px;
  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: 205px;
  height: auto;
  line-height: 12px;
  padding: 10px 0;
  padding-top: 0;
}
div.leftMenu span.menuButton span.submenu {
  margin-top: 15px;
}
div.leftMenu span.menuButton a.menuLink {
  /*display: block;
  width: 205px;
  height: auto;
  color: #ffffff;
  font-weight: normal;*/
  display: block;
  color: #545454;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 16px;
  cursor: text;
}
div.leftMenu span.menuButton span.submenu a {
  display: block;
  width: 205px;
  height: auto;
  color: #ffffff;
  font-weight: normal;
  padding: 10px 0;
  border-top: dotted 1px #ffaf74;
}

div.leftMenu span.menuButton span.submenu a:first-child {
  border: none;
}

div.leftMenu span.menuButton span.submenu a:hover {
  font-weight: bold;
}

div.leftMenu span.menuButton a.menuLink:hover {
  font-weight: bold;
}
