#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 510px;
	height: 210px;
	background: url(images/menubg.jpg) 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: 144px;
	height: 58px;
	background: url(images/start.gif) no-repeat;
	left: 10px;
	top: 0px;
}
#menu .home span {
	width: 100px;
	height: 20px;
	background: url(images/start-over.gif) no-repeat;
	left: 28px;
	top: 58px;
}
#menu .about {
	width: 131px;
	height: 51px;
	background: url(images/programm.gif) no-repeat;
	left: 38px;
	top: 67px;
}
#menu .about span {
	width: 70px;
	height: 12px;
	background: url(images/programm-over.gif) no-repeat;
	left: 24px;
	top: 54px;
}
#menu .kontakt {
	width: 144px;
	height: 58px;
	background: url(images/kontakt.gif) no-repeat;
	left: 178px;
	top: 57px;
}
#menu .kontakt span {
	width: 92px;
	height: 20px;
	background: url(images/kontakt-over.gif) no-repeat;
	left: 24px;
	top: 0px;
}
#menu .presse {
	width: 144px;
	height: 58px;
	background: url(images/presse.gif) no-repeat;
	left: 160px;
	top: 5px;
}
#menu .presse span {
	width: 92px;
	height: 20px;
	background: url(images/presse-over.gif) no-repeat;
	left: 24px;
	top: 0px;
}
#menu .partner {
	width: 188px;
	height: 51px;
	background: url(images/partner.gif) no-repeat;
	left: 268px;
	top: 27px;
}
#menu .partner span {
	width: 92px;
	height: 20px;
	background: url(images/partner-over.gif) no-repeat;
	left: 44px;
	top: -20px;
}
#menu .rss {
	width: 112px;
	height: 47px;
	background: url(images/rss.gif) no-repeat;
	left: 388px;
	top: 94px;
}
#menu .rss span {
	width: 92px;
	height: 20px;
	background: url(images/rss-over.gif) no-repeat;
	left: 26px;
	top: -20px;
}
