#LogoLink {position: absolute; width: 340px; height: 80px; display: block; margin-left: 83px; *margin-left: -40px; margin-top: 37px;}

#TOP_menu a
{
  color: white;
  font-weight: bold;
  height: 21px;
  display: block;
  float: left;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  padding: 8px 0 4px 0;
}

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

a#menu-item-first {width: 124px; background-position: left -33px; border-right: 1px solid #8cbc6b;}
a#menu-item-long {background-position: right 0px;width: 185px; border-right: 1px solid #8cbc6b;}
a#menu-item {width: 105px; border-right: 1px solid #8cbc6b; 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-long:hover {background: url(/layout/menu-bg-hover.png) repeat-x center 0px;}

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;}
