#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 774px;
	height: 170px;
	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: 144px;
	height: 50px;
	background: url(images/home.gif) no-repeat;
	left: 20px;
	top: 100px;
}
/*#menu .home span {
	width: 86px;
	height: 14px;
	background: url(images/home-over.gif) no-repeat;
	left: 28px;
	top: -20px;
}*/
#menu .games {
	width: 114px;
	height: 40px;
	background: url(images/games.gif) no-repeat;
	left: 170px;
	top: 110px;
}
/*#menu .about span {
	width: 40px;
	height: 12px;
	background: url(images/about-over.gif) no-repeat;
	left: 44px;
	top: 54px;
}*/
#menu .rules {
	width: 137px;
	height: 45px;
	background: url(images/rules.gif) no-repeat;
	left: 300px;
	top: 110px;
}
#menu .forum {
	width: 137px;
	height: 47px;
	background: url(images/forum.gif) no-repeat;
	left: 460px;
	top: 110px;
}
#menu .contact {
	width: 150px;
	height: 40px;
	background: url(images/contact.gif) no-repeat;
	left: 600px;
	top: 110px;
}
/*#menu .rss span {
	width: 92px;
	height: 20px;
	background: url(images/rss-over.gif) no-repeat;
	left: 26px;
	top: -20px;
}*/
