#menu {
	padding-bottom: 12px;
}

#menu li{
	display: inline;
	padding: 0px;
}

#menu ul{
	margin-left: 230px;
	background-color: #FFFFFF;

}

#menu ul.blogmenu {
	margin-left: 100px;
	padding-left: 100px;
}

#menu div{
	clear:left;

}

a.top {
	float: left;
	width: 58px;
	height: 20px;
	background:url(../images/top.gif) no-repeat;
}

a.top:hover {
	background:url(../images/top_on.gif) no-repeat;
}

a.game {
	float: left;
	width: 66px;
	height: 20px;
	background:url(../images/game.gif) no-repeat;
}

a.game:hover {
	background:url(../images/game_on.gif) no-repeat;
}

a.info {
	float: left;
	width: 82px;
	height: 20px;
	background:url(../images/info.gif) no-repeat;
}

a.info:hover {
	background:url(../images/info_on.gif) no-repeat;
}

a.blog {
	float: left;
	width: 67px;
	height: 20px;
	background:url(../images/blog.gif) no-repeat;
}

a.blog:hover {
	background:url(../images/blog_on.gif) no-repeat;
}

a.sitemap {
	float: left;
	width: 103px;
	height: 20px;
	background:url(../images/sitemap.gif) no-repeat;
}

a.sitemap:hover {
	background:url(../images/sitemap_on.gif) no-repeat;
}

a.mail {
	float: left;
	width: 103px;
	height: 20px;
	background:url(../images/mail.gif) no-repeat;
}

a.mail:hover {
	background:url(../images/mail_on.gif) no-repeat;
}

