#menu {
	text-align: center;
	width: 456px;
	float: right;
	margin: 20px auto;
}
#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	float: left;
	margin: 0px 0px 0px 10px;
	position: relative;
	list-style-type: none;
}
#about a {
	background-image:url(../img/menu_about.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
	width: 104px;
	height: 104px;
	overflow: hidden;
}
#about a:hover {
	background-image:url(../img/menu_about_on.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
	width: 104px;
	height: 104px;
	overflow: hidden;
}
#about_on {
	background-image:url(../img/menu_about_on.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
	width: 104px;
	height: 104px;
	overflow: hidden;
}
#news a {
	background-image:url(../img/menu_news.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
	width: 104px;
	height: 104px;
	overflow: hidden;
}
#news a:hover {
	background-image:url(../img/menu_news_on.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
	width: 104px;
	height: 104px;
	overflow: hidden;
}
#news_on {
	background-image:url(../img/menu_news_on.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
	width: 104px;
	height: 104px;
	overflow: hidden;
}
#events a {
	background-image:url(../img/menu_events.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
	width: 104px;
	height: 104px;
	overflow: hidden;
}
#events a:hover {
	background-image:url(../img/menu_events_on.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
	width: 104px;
	height: 104px;
	overflow: hidden;
}
#events_on {
	background-image:url(../img/menu_events_on.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
	width: 104px;
	height: 104px;
	overflow: hidden;
}
#link a {
	background-image:url(../img/menu_link.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
	width: 104px;
	height: 104px;
	overflow: hidden;
}
#link a:hover {
	background-image:url(../img/menu_link_on.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
	width: 104px;
	height: 104px;
	overflow: hidden;
}
#link_on {
	background-image:url(../img/menu_link_on.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
	width: 104px;
	height: 104px;
	overflow: hidden;
}
