#MenuButton{
	position: absolute;
	right: 45px;
	top: 7px;
	color: white;
	cursor: pointer;
}

#overlay
{
   position: absolute; 
   top: 0; 
   left: 0;
   width: 100%; 
   height: 100%;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

#overlayBG{
   background-color: #000;
   opacity: .8;
   position: absolute; 
   width: 100%; 
   height: 100%;
}

#menuContent{
   margin: 0 auto;
   width: 700px;
   height: 100%;
   border-left: white 3px dotted;
   border-right: white 3px dotted;
   opacity: .9;
   background-color: #cccccc;
   color: black;
}

#Contact{
   float: right;
   width: 210px;
   height: auto;
   border: white 3px dotted;
   padding: 5px;
   margin: 5px;
   -webkit-user-select: all;
   -khtml-user-select: all;
   -moz-user-select: all;
   -ms-user-select: all;
   user-select: all;
}

#Contact a{
   color: white;
}

#Settings{
   margin: 5px;
   float: left;
   width: auto;
   height: auto;
   border: white 3px dotted;
   padding: 5px;
}

#Settings a{
   color: black;
}

#menuGameText{
   position: absolute;
   top: 7px;
   left: 5px;
   color: #cccccc;
}

#Support{
   margin-bottom: 5px;
   margin-left: 5px;
   margin-right: 5px;
   float: left;
   width: auto;
   min-height: 25px;
   max-height: 100px;
   overflow: auto;
   border: white 3px dotted;
   padding: 5px;
}

#UpdateLog{
   margin: 5px auto;
   width: 675px;
   min-height: 25px;
   max-height: 100px;
   overflow: auto;
   border: white 3px dotted;
   padding: 5px;
   font-size: 14px;
}

#About{
   margin: 5px auto;
   width: 675px;
   min-height: 25px;
   max-height: 100px;
   overflow: auto;
   border: white 3px dotted;
   padding: 5px;
}

#exitButton{
   position: absolute;
   right: 25px;
   top: 7px;
   color: #cccccc;
   cursor: pointer;
}