.topmenu_item
{
  height: 21px;
  display: block;
  float: left;
  font-size: 12px;
  font-family: "Arial", sans-serif;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  padding: 8px 0 4px 0;
}

.topmenu_item:hover {text-decoration: none;}

a#menu-item-first,
a#menu-item,
a#menu-item-last {background: url(/layout/menu-bg.png) no-repeat;}

a#menu-item-first {width: 124px; background-position: left -33px;}
a#menu-item {width: 103px; background-position: right 0px;}
a#menu-item-last {width: 99px; background-position: right -66px; float: left;}

a#menu-item-first:hover,
a#menu-item:hover,
a#menu-item-last:hover {background: url(/layout/menu-bg-hover.png) no-repeat;}

a#menu-item-first:hover {background-position: left -33px;}
a#menu-item:hover {background-position: center 0px;}
a#menu-item-last:hover {background-position: right -66px;}