#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 217px;
	height: 975px;
	position: relative;

}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	left: 12px;
	top: 91px;
	height: 41px;
	background-image: url(images/01_mnu_home.gif);
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .home {
	width: 187px;
	height: 38px;
	background: url(images/01_mnu_home.gif) no-repeat;
	left: 12px;
	top: 16px;
}
#menu .home span {
  width: 120px;
  height: 10px;
  background: url(images/01_mnu_home_over.gif) no-repeat;
  left: 28px;
  top: -20px;
}

#menu .schools {
	width: 187px;
	height: 43px;
	background: url(images/02_mnu_schools.gif) no-repeat;
	left: 12px;
	top: 51px;
}

#menu .shops {
	width: 187px;
	height: 31px;
	background: url(images/03_mnu_shops.gif) no-repeat;
	left: 12px;
	top: 90px;
}
#menu .shops span {
  width: 92px;
  height: 20px;
  background: url(images/rss-over.gif) no-repeat;
  left: 26px;
  top: -20px;
}
#menu .points {
	width: 187px;
	height: 40px;
	background: url(images/04_mnu_points.gif) no-repeat;
	left: 12px;
	top: 118px;
}
#menu .points span {
  width: 92px;
  height: 20px;
  background: url(images/rss-over.gif) no-repeat;
  left: 26px;
  top: -20px;
}
#menu .blog {
	width: 187px;
	height: 38px;
	background: url(images/05_mnu_blog.gif) no-repeat;
	left: 12px;
	top: 152px;
}
#menu .blog span {
  width: 92px;
  height: 20px;
  background: url(images/rss-over.gif) no-repeat;
  left: 26px;
  top: -20px;
}
#menu .pictures {
	width: 187px;
	height: 39px;
	background: url(images/06_mnu_pictures.gif) no-repeat;
	left: 12px;
	top: 182px;
}
#menu .map {
	width: 187px;
	height: 39px;
	background: url(images/07_mnu_map.gif) no-repeat;
	left: 12px;
	top: 214px;
}
