#menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 775px;
  height: 61px;
  background: url(images/menu-bg.jpg) no-repeat;
  position: relative;
}

#menu a {
  color: #fff;
  display: block;
  position: absolute;
  outline: none;
  text-align: center;
  padding-top: 15px;
  text-decoration: none;
  font-weight: bold
}

#menu a:hover {
  width: 155px;
  height: 61px;
  background: url(/images/navhover.jpg) no-repeat;
  top: 0px;
  font-weight: bold
}

#menu .normal {
  width: 155px;
  height: 61px;
  background: url(/images/navbg.jpg) no-repeat;
  top: 0px;
}

#menu .about
{
	left: 155px;
	top: 0px
}

#menu .plans
{
	left: 310px;
	top: 0px
}

#menu .promo
{
	left: 465px;
	top: 0px
}

#menu .contact
{
	left: 620px;
	top: 0px
}

