#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 600px;
	height: 210px;
	background: url(http://iload.wap.sh/style/img/bg2.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: 200px;
	height: 58px;
	background: url(/style/img/trangchu.png) no-repeat;
	left: 200px;
	top: 10px;
}
#menu .game {
	width: 200px;
	height: 60px;
	background: url(/style/img/taigame.png) no-repeat;
	left: 400px;
	top: 140px;
}

#menu .forum {
	width: 152px;
	height:60px;
	background: url(/style/img/forum.png) no-repeat;
	left: 300px;
	top: 85px;
}
