.menubutton, .tutorialbutton {
	color: #BBBBBB;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
	padding: 0px;
	border: 0px;
	margin: 5px 0px 10px 20px;
	background-color: transparent;
	padding: 3px;
}

.menubutton:hover:enabled, .tutorialbutton:hover {
	background: #AAAAAA;
	color: #040404;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	-ms-border-radius: 5px;
    border-radius: 5px;
}

.menubutton:disabled {
	color:rgba(187, 187, 197, 0.3);	
	cursor: default;
}

#menu_button {
    width:32px;
    height:32px;
    cursor: pointer;
    position: fixed;
    top: 15px; 
    right: 15px;

    background-image:url("../img/button_menu.png");
    background-size: 32px 32px; 	
    display: none;
    z-index: 19;
}

#menu_button_pagetop_background {
    width:90px;
    height:90px;
    cursor: pointer;
    position: absolute;
    top: 0px; 
    right: 0px;

    background-image:url("../img/top-left_corner_fold.png");
    background-size: 90px 90px; 	
    z-index: 18;
}

#menu_content {
    position: fixed;
    top: 0px;
    right: -300px;
    width: 300px;
    height:100%; 
    background-color:#504F51;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 12px rgba(0,0,0,0.3);
    box-shadow: 0 0 12px rgba(0,0,0,0.3);
    z-index: 30;

}

#menu_content_hidden {
    margin: 20px;
	display: none;
}

#menu_content_hidden>div {
	float: left;
	text-align: left;
}

#menu_content_hidden>div>div:first-child {
	margin-top: -10px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
	text-align: left;
	color: #FFF;
	font-size: 72px;
}

#menu_content_hidden>div>div:last-child {
	display: table-cell;
	padding-bottom: 20px;
}

#menu_default, #menu_logged {
    color: #FFF;
    font: 13px Arial, sans-serif;
    text-align: left;    
    position: relative;
    padding-top:20px;
    width:100%;
    height:100%;
	margin: 0px;
/*    background-image:url("../img/noise_texture.png");  */
}

#menu_logged p {
	margin-left: 20px;
	color: #FFF;
    font: 18px Arial, sans-serif;
}

#horizontal_delimiter {
	width: 250px;
	height: 1px;
	background: #BBBBBB;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#downloadButton {
	position: relative;
	left: 20px;
    color: rgba(0,50,0,.5);
    text-decoration: none;
    text-shadow: 0px 2px rgba(255,255,255,.7);
    background: url("../img/downloadbuttonarrow_small.png") center no-repeat, linear-gradient(#FFEB00, #86BF3F);
    font: 1.5em Arial, sans-serif;
    font-weight: 200;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 9px 0px rgba(114,142,62,1), 0px 9px 25px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 9px 0px rgba(114,142,62,1), 0px 9px 25px rgba(0,0,0,.5);
    box-shadow: 0px 9px 0px rgba(114,142,62,1), 0px 9px 25px rgba(0,0,0,.5), 0 16px 3px rgba(0,0,0, .2);
    margin: 100px auto;
	width: 250px;
	height: 40px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
    padding: 10px 0px 20px 0px;
	margin: 0px 0px 15px 0px;
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

#downloadButton:active {
	-webkit-box-shadow: 0px 0px 0px rgba(114,142,62,1), 0px 9px 25px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 0px rgba(114,142,62,1), 0px 9px 25px rgba(0,0,0,.5);
    box-shadow: 0px 3px 0px rgba(114,142,62,1), 0px 3px 6px rgba(0,0,0,.9);
    position: relative;
    top: 6px;
/*
	background-image: url("../img/button_download_small_down.png");	
*/
}

#downloadButton:hover {
	background: url("../img/downloadbuttonarrow_small.png") center no-repeat, linear-gradient(#FFF800, #9ec832);
/*
	background-image: url("../img/button_download_small_over.png");
	
	-moz-box-shadow: 0 0 50px 10px rgba(255,199,0, .5), 0 10px 5px rgba(0,0,0, .5);
	-webkit-box-shadow: 0 0 50px 10px rgba(255,199,0, .5), 0 10px 5px rgba(0,0,0, .5);
	-ms-box-shadow: 0 0 50px 10px rgba(255,199,0, .5), 0 10px 5px rgba(0,0,0, .5);
	box-shadow: 0 0 30px 10px rgba(255,199,0, .5), 0 10px 5px rgba(0,0,0, .5);
*/
}

#downloadButton-otherversion {
	color: rgba(255,255,255, .5);
	text-shadow: none;
}

#downloadButton-otherversion a {
	color: rgba(255,255,255, .5);
	text-shadow: none;
}