.menuitem {
	float : left;
	position : relative;
	margin : 0;
	padding : 0;
	color : #f5ff92;
	font-size : 17px;
	font-weight : bold;
	text-align : center;
}

.menu_padding {
	margin-top : 15px;
}

.menuitem a {
	color : #f5ff92;
	text-decoration : none;
}

.menuitem a:hover {
	color : #ffffff;
	text-decoration : none;
}

.menuitem_on a, .menuitemon A:hover {
	color : #ffffff;
}

.menu_sepa {
	float : left;
	position : relative;
	margin : 0;
	padding : 0;
}

.menu_home {
	width : 80px;
	height : 61px;
}

.menu_home_on {
	background-image : url(/public_data/image/menu/home_on.gif);
}

.menu_report {
	width : 91px;
	height : 61px;
}

.menu_report_on {
	background-image : url(/public_data/image/menu/party_on.gif);
}

.menu_club {
	width : 97px;
	height : 61px;
}

.menu_club_on {
	background-image : url(/public_data/image/menu/club_on.gif);
}

.menu_server {
	width : 122px;
	height : 61px;
}

.menu_server_on {
	background-image : url(/public_data/image/menu/server_on.gif);
}

.menu_photo {
	width : 168px;
	height : 61px;
}

.menu_photo_on {
	background-image : url(/public_data/image/menu/photo_on.gif);
}

.menu_facebook {
	width : 126px;
	height : 61px;
}

.menu_facebook_on {
	background-image : url(/public_data/image/menu/discussion_on.gif);
}

.menu_search {
	float : left;
	position : relative;
	margin : 0;
	padding : 0;
	width : 300px;
	height : 61px;
	background-image : url(/public_data/image/search_back.gif);
}