.menu-container{display:none;}
.header{}

ul.menu {
	position:relative;
	list-style: none;
	padding: 0px;
	margin: 0px;
	right:auto;
	float:right;
	display:inline;
	background:none;
	z-index: 501;
	width: 100%;
	top: 0px;
	overflow: hidden;
	padding-bottom: 5px;
	padding-top:5px;
	padding-right:10px;
}
ul.menu li a {
	position: relative;
	margin-top:5px;
	padding: 0px;
	width: auto;
	float:right;
	clear:none;
	line-height: auto;
	font-size: 18pt;
	overflow:visible;
	background: none;
	cursor: pointer;
	padding-left:8px;
	padding-right:8px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	color:#fff;
	font-weight:bold;
	border-right:1px #C98515 solid;

}
ul.menu li:first-child a {
	
	position: relative;
	padding-left:8px;
	padding-right:8px;
	width: auto;
	float:right;
	line-height: auto;
	text-align:auto;
	font-size:18pt;
	overflow: visible;
	background:none;
	border-right:none;

}
ul.menu li a img {
	position:relative;
	top: -5px;
	max-width:41px;
    height:41px;
    width:41px; /* ie8 */
}
ul.menu li div {
}
ul.menu li a:hover {
	background:none;
}
ul.menu li:nth-child(1) a:hover {
	background: none;
}
ul.menu li:active {
	background: #95d456;
}

#gameInfoOuter {
	position: relative;
	max-width: 650px;
	top: 25px;
	margin: 0 auto;
	height: auto;
	border: #039 solid 3px;
	border-radius: 10px;
	padding:3px;
	background: #06C;
	box-shadow: 5px 5px 5px #888888;

}
#gameInfo {
	position: relative;
	color: #fff;
	opacity: 0.95;
	border-radius: 8px;
	border: 2px solid #fff;
	padding:5px;
}