#topmenu {
  position: absolute;
  top: 102px;
  height: 30px;
  width: 100%;
}

#topmenu ul {
  margin: 0px;
  padding: 0px;
  list-style: none inside none;
  height: 30px;
}

#topmenu ul li {
  height: 30px;
  width: 135px;
  text-align: center;
  float: left;
  margin: 0px 0px 0px 5px;
  padding: 0px;
}

#topmenu ul .item1 {
  display: none;
}

#topmenu ul .item2 {
  margin-left: -2px;
}

#topmenu ul li a {
  display: block;
  font: normal 16px Futura-Condensed-Normal !important;
  font: normal 12px Verdana, Arial;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  height: 22px;
  padding: 8px 0px 0px 0px;
  margin: 0px;
}

#topmenu ul .item23, #topmenu ul .item31 {
  display: block;
  width: 100%;
}

#topmenu ul .item23 a, #topmenu ul .item31 a {
  display: none;
}

#topmenu ul .item23 #item2 a {
  display: block;
  background: transparent url(../images/menu_2.png) no-repeat scroll top left;
}

#topmenu ul .item23 #item3 a {
  display: block;
  background: transparent url(../images/menu_3.png) no-repeat scroll top left;
}

#topmenu ul .item23 #item4 a {
  display: block;
  background: transparent url(../images/menu_4.png) no-repeat scroll top left;
}

#topmenu ul .item23 #item5 a {
  display: block;
  background: transparent url(../images/menu_5.png) no-repeat scroll top left;
}

#topmenu ul .item23 #item6 a {
  display: block;
  background: transparent url(../images/menu_6.png) no-repeat scroll top left;
}

#topmenu ul .item23 #item7 a {
  display: block;
  background: transparent url(../images/menu_7.png) no-repeat scroll top left;
}

#topmenu ul .item23 #item8 a {
  display: block;
  background: transparent url(../images/menu_8.png) no-repeat scroll top left;
}

#topmenu ul .item23 #item2 a:hover, #topmenu ul .item23 #item2.active a {
  display: block;
  background: transparent url(../images/menu_2.png) no-repeat scroll bottom left;
}

#topmenu ul .item23 #item3 a:hover, #topmenu ul .item23 #item3.active a {
  display: block;
  background: transparent url(../images/menu_3.png) no-repeat scroll bottom left;
}

#topmenu ul .item23 #item4 a:hover, #topmenu ul .item23 #item4.active a {
  display: block;
  background: transparent url(../images/menu_4.png) no-repeat scroll bottom left;
}

#topmenu ul .item23 #item5 a:hover, #topmenu ul .item23 #item5.active a {
  display: block;
  background: transparent url(../images/menu_5.png) no-repeat scroll bottom left;
}

#topmenu ul .item23 #item6 a:hover, #topmenu ul .item23 #item6.active a {
  display: block;
  background: transparent url(../images/menu_6.png) no-repeat scroll bottom left;
}

#topmenu ul .item23 #item7 a:hover, #topmenu ul .item23 #item7.active a {
  display: block;
  background: transparent url(../images/menu_7.png) no-repeat scroll bottom left;
}

#topmenu ul .item23 #item8 a:hover, #topmenu ul .item23 #item8.active a {
  display: block;
  background: transparent url(../images/menu_8.png) no-repeat scroll bottom left;
}

#topmenu ul li a span {
  display: none;
}

#topmenu ul li.item31 {
  display: none;
}
