#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 800px;
	height: 108px;
	background: url(images/menu-bg.png) no-repeat;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .home {
	width: 455px;
	height: 50px;
	background: url(images/home.png) no-repeat;
	left: 180px;
	top: 0px;
}
#menu .home span {
  width: 89px;
  height: 72px;
  background: url(images/home-mini.png) no-repeat;
  left: 30px;
  top: -10px;
}
#menu .violins {
	width: 140px;
	height: 45px;
	background: url(images/violins.png) no-repeat;
	left: 169px;
	top: 62px;
}
#menu .violas {
	width: 140px;
	height: 45px;
	background: url(images/violas.png) no-repeat;
	left: 348px;
	top: 62px;
}
#menu .cellos {
	width: 140px;
	height: 45px;
	background: url(images/cellos.png) no-repeat;
	left: 508px;
	top: 62px;
}