.navigation
{
  position: relative;
  margin: 0px auto 0 auto;
  width: 910px;
}

.navigation-b
{
  position: relative;
  margin: 5px auto 0 auto;
  _margin: 5px 0 0 -10px;
  width: 777px;
  _width: 768px;
 height:20px;
  background:#666666 url(/jq/img/bgMenu.png) ;
  z-index:12;
}


ul.menu
{
  list-style: none;
  font-family: "Verdana" ,sans-serif;
  border-top: 1px solid #bebebe;
  margin: 0px;
  padding: 0px;
  float: left;
}
ul.menu li
{
  float: left;
}
ul.menu li a
{
  text-decoration: none;
  background: #7E7E7E url(/jq/img/bgMenu.png) repeat-x top left;
  padding: 15px 0px;
  width: 128px;
  color: #333333;
  float: left;
  text-shadow: 0 1px 1px #fff;
  text-align: center;
  border-right: 1px solid #a1a1a1;
  border-left: 1px solid #e8e8e8;
  font-weight: bold;
  font-size: 13px;
  -moz-box-shadow: 0 1px 3px #555;
  -webkit-box-shadow: 0 1px 3px #555;
}
ul.menu li a.hover
{
  background-image: none;
  color: #fff;
  text-shadow: 0 -1px 1px #000;
}
ul.menu li a.first
{
  -moz-border-radius: 0px 0px 0px 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-left: none;
}
ul.menu li a.last
{
  -moz-border-radius: 0px 0px 10px 0px;
  -webkit-border-bottom-right-radius: 10px;
}
ul.menu li span
{
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-color: transparent;
  position: absolute;
  z-index: -1;
  top: 80px;
  cursor: pointer;
}
ul.menu li span.home
{
  background-image: url(/jq/img/home.png);
  top: -17px;
  left: 33px; /*128/2 - 32(half of icon) +1 of border*/
}
ul.menu li span.plan
{
  background-image: url(/jq/img/plan.png);
  top: -17px;
  left: 163px; /* plus 128 + 2px of border*/
}
ul.menu li span.price
{
  background-image: url(/jq/img/price.png);
  top: -17px;
  left: 293px;  /* plus 130 */
}
ul.menu li span.shop
{
  background-image: url(/jq/img/shop.png);
  top: -17px;
  left: 423px;  /* plus 130 */
}
ul.menu li span.update
{
  background-image: url(/jq/img/update.png);
  top: -17px;
  left: 553px;  /* plus 130 */
}
ul.menu li span.mail
{
  background-image: url(/jq/img/mail.png);
  top: -17px;
  left: 683px;  /* plus 130 */
}
ul.menu li span.shutdown
{
  background-image: url(/jq/img/shut_down.png);
  top: -17px;
  left: 813px;  /* plus 130 */
}
