#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 630px;
	height: 43px;
    background: url(images/menu-bg.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: 127px;
	height: 43px;
	background: url(images/home.gif) no-repeat;
	left: 112px;
	top: 0px;
}
#menu .news {
	width: 123px;
	height: 43px;
	background: url(images/news.gif) no-repeat;
	left: 240px;
	top: 0px;
}
#menu .forum {
	width: 119px;
	height: 43px;
	background: url(images/forum.gif) no-repeat;
	left: 364px;
	top: 0px;
}
#menu .kontakt {
	width: 122px;
	height: 43px;
	background: url(images/kontakt.gif) no-repeat;
	left: 484px;
	top: 0px;
}

