div#topPageMenu span.menuButton {
  display: inline-block;
  width: auto;
  height: 41px;
  line-height: 41px;
  padding: 10px 5px;
  position: relative;
  z-index: 90;
}
div#topPageMenu span.menuButton + span.menuButton {
  margin-left: 0px;
}
div#topPageMenu span.menuButton a.menuLink {
  display: block;
  width: auto;
  height: 41px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
}
div#topPageMenu span.menuButton:hover a.menuLink {
  background: #e30208;
  color: #ffffff;
  -moz-border-radius: 5px;
}
div#topPageMenu span.menuButton span.submenu {
  display: none;
  position: absolute;
  left: 5px;
  top: 41px;
  width: 180px;
  background: #E30208;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 90;
}
div#topPageMenu span.menuButton span.submenu a {
  display: block;
  width: 160px;
  color: #fff;
  font-weight: bold;
  z-index: 90;
  padding-left: 10px;
}
div#topPageMenu span.menuButton span.submenu a:hover {
  color: #5E5E5E;
}
div#topPageMenu span.menuButton span.submenu a + a {
  border-top: solid 1px #fff;
}
div#topPageMenu span.menuButton:hover span.submenu {
  display: block;
}
div#leftMenuArea span.menuButton {
  display: block;
  width: 205px;
  height: auto;
  padding: 10px 0;
}
div#leftMenuArea span.menuButton + span.menuButton {
  border-top: solid 1px #e5e5e5;
}
div#leftMenuArea span.menuButton a.menuLink {
  width: 205px;
  height: 30px;
  line-height: 25px;
  display: block;
  font-weight: bold;
  background: url(/main/img/arrow_down.gif) no-repeat 190px center;
}
div#leftMenuArea span.menuButton a.menuLink[rel=Craft] {
   background: url(/main/img/craft.png) no-repeat center;
   color: transparent;
}
div#leftMenuArea span.menuButton a.menuLink[rel=Cobolt] {
   background: url(/main/img/cobolt.png) no-repeat center;
   color: transparent;
}
div#leftMenuArea span.menuButton a.menuLink[rel=Seger] {
   background: url(/main/img/seger.png) no-repeat center;
   color: transparent;
}
div#leftMenuArea span.menuButton a.menuLink[rel=Craft]:hover,
div#leftMenuArea span.menuButton a.menuLink[rel=Cobolt]:hover,
div#leftMenuArea span.menuButton a.menuLink[rel=Seger]:hover {
  opacity: 0.7;
}
div#leftMenuArea span.menuButton span.submenu {
  display: block;
  width: 205px;
  height: auto;
}
div#leftMenuArea span.menuButton span.submenu a {
  display: block;
  width: 225px;
  height: 25px;
  line-height: 25px;
  text-indent: 25px;
  background: url(/main/img/arrow_right.gif) no-repeat 5px center #ffffff;
}
div#leftMenuArea span.menuButton span.submenu a:hover {
  background: url(/main/img/arrow_right.gif) no-repeat 190px center #e5e5e5;
}
div#leftMenuArea span.menuButton span.submenu span.subMenuButton {
  display: block;
  position: relative;
  width: 205px;
  height: 25px;
  line-height: 25px;
}
div#leftMenuArea span.menuButton span.submenu span.subMenuButton span.lowsubmenu {
  display: none;
}
div#leftMenuArea span.menuButton span.submenu span.subMenuButton:hover > span.lowsubmenu {
  display: block;
  position: absolute;
  z-index: 20;
  left: 225px;
  top: 0;
  background: #f3f3f3;
}
div#leftMenuArea span.menuButton span.submenu span.subMenuButton span.lowsubmenu a {
  background: url(/main/img/arrow_right.gif) no-repeat 5px center #e5e5e5;
  text-align: left;
}
div#leftMenuArea span.menuButton span.submenu span.subMenuButton span.lowsubmenu a:hover {
  color: #ffffff;
  background: #e30208;
}
