.game_menu_div
{
	width: 100%;
}

.game_menu_button
{
	display:block;
	float: left;
	width: 200px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid black;
	background-color: white;
}

.game_menu_button_selected
{
	background-color: silver;	
}

.stage_item
{
	_height: 60px;
	width: 200px;
	display: block;
	padding: 5px;
	line-height: 50px;
	cursor: hand;
}
.stage_item:hover 
{
	background-color: silver;
}


.group_item
{
	height: 60px;
	width: 200px;
	display: block;
	padding: 5px;
	line-height: 50px;
	cursor: hand;
}
.group_item:hover 
{
	background-color: silver;
}

