#nav span {
	display: none;
}

#navnews {
	position: absolute;
	left: 0;
	width:131px;
	height:46px;
	background: url("../g/nav/news.jpg") top left no-repeat;
	background-position: 0 -46px;
}
#navnews a {
	display: block;
	width:131px;
	height:46px;
	background: url("../g/nav/news.jpg") top left no-repeat;
	text-decoration: none;
}
#navnews a:hover {
	background-position: 0 -46px;
	text-decoration: none;
}

#navmessage {
	position: absolute;
	left: 131px;
	width:121px;
	height:46px;
	background: url("../g/nav/message.jpg") top left no-repeat;
	background-position: 0 -46px;
}
#navmessage a {
	display: block;
	width:121px;
	height:46px;
	background: url("../g/nav/message.jpg") top left no-repeat;
	text-decoration: none;
}
#navmessage a:hover {
	background-position: 0 -46px;
	text-decoration: none;
}

#navplayers {
	position: absolute;
	left: 252px;
	width:106px;
	height:46px;
	background: url("../g/nav/players.jpg") top left no-repeat;
	background-position: 0 -46px;
}
#navplayers a {
	display: block;
	width:106px;
	height:46px;
	background: url("../g/nav/players.jpg") top left no-repeat;
	text-decoration: none;
}
#navplayers a:hover {
	background-position: 0 -46px;
	text-decoration: none;
}


#navworld {
	position: absolute;
	left: 358px;
	width:110px;
	height:46px;
	background: url("../g/nav/world.jpg") top left no-repeat;
	background-position: 0 -46px;
}
#navworld a {
	display: block;
	width:110px;
	height:46px;
	background: url("../g/nav/world.jpg") top left no-repeat;
	text-decoration: none;
}
#navworld a:hover {
	background-position: 0 -46px;
	text-decoration: none;
}

#navgm {
	position: absolute;
	left: 468px;
	width:132px;
	height:46px;
	background: url("../g/nav/gm.jpg") top left no-repeat;
	background-position: 0 -46px;
}
#navgm a {
	display: block;
	width:132px;
	height:46px;
	background: url("../g/nav/gm.jpg") top left no-repeat;
	text-decoration: none;
}
#navgm a:hover {
	background-position: 0 -46px;
	text-decoration: none;
}
