#menu_games {
	float:left;
	width:100%;
	background:#F4F4F4;
	font-size:93%;
	line-height:normal;
	cursor: pointer;
	font-weight:bold;
	}
#menu_games ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}
#menu_games li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu_games a {
	float:left;
	background:url("../index_images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu_games a span {
	float:left;
	display:block;
	background:url("../index_images/tabrightF.gif") no-repeat right top;
	padding:10px 10px 4px 6px;
	color:#666;
	}

#menu_games a.fansite {
	float:left;
	background:url("../index_images/tableft_fansite.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu_games a.fansite span{
	float:left;
	display:block;
	background:url("../index_images/tabright_fansite.gif") no-repeat right top;
	padding:10px 10px 4px 6px;
	color:#FFF;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu_games a span {float:none;}
/* End IE5-Mac hack */
#menu_games a:hover {background-position:0% -42px;}
#menu_games a:hover span {color:#FFFFFF; background-position:100% -42px;}

#menu_games a.selected {background-position:0% -42px;}
#menu_games span.selected {color:#FFFFFF; background-position:100% -42px;}

#playnow{
	position: absolute;
	top: 300px;
	left: 450px;
	height:57px;
}

#playnow img:hover{
	height:57px;
}

#buynow{
	position: absolute;
	top: 240px;
	left: 450px;
	height:57px;
}

#buynow img:hover{
	height:77px;
}

#game_img{
	text-align: center;
}

.game_div{
	padding: 5px 10px 5px 10px;
	border:1px solid #666;
	margin-left: 5px;
	/*margin-right: 5px;*/
	font-size: 110%;
	width: 580px;
}

.game_div a{
	color:#5E5E5E;
}

.game_div a:hover{
	color:#8E8E8E;
}

.screenshots{
	float:left;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 10px;
	margin: auto;
	text-align:center;
	font-size: 70%;
}

.screenshot a:active{
	color: #5E5E5E;
}

.screenshots img{
	border: 4px solid #999;
}

.screenshots a:hover img{
	border: 4px solid #CCC;
}
.paper_links{
	/*height: 25px;*/
	padding: 5px 0 5px 0;
	background-color: #000000;
	color: #FFFFFF;
	position: relative;
	top: -50px;
	border-left: 4px solid #999;
	border-right: 4px solid #999;
	visibility: hidden;
}
.paper_links a{
	color: #FFFFFF;
}