/* The CSS Code for the menu starts here */
#menu {
	background-color: #86a22f;
}

#menu li a:hover, #menu li.active a {
	background-color: #f8ebeb;
	color: #86a22f;	
}

#menu_wrapper {
	background-color: #86a22f;
}

#arcade li {
	list-style-type: none;
	display: inline;
}

#arcade_body {
	font-size: 14px;
}

#left_body div#install_image {
border: solid 1px;
}

.arcade_title {
font-size: 18px;
font-weight: bold;
}

#left_body {
float: left;
width: 48%;
padding-bottom: 50px;
}

#right_body {
float: right;
margin-left: auto;
width: 48%;
padding-bottom: 50px;
}
