.menu_d{
	width:100%;
	position:relative;
	text-align:center;
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select: none;
	margin-bottom:5px;
	
	/* min-width:1500px; */
}
.menu_a{
	font-size:40px;
	color: #FFBC91;
	text-decoration:none;
	border-radius:40px;
	display:inline-block;
	margin:10px 3px;
	text-shadow:0px -1px 0px #CF7841, 0px 1px 0px #FFF2D7;
	width:54px;
	box-shadow: 0px -3px 1px rgba(219, 115, 38, 0.3) inset, 0px -1px 2px rgba(177, 80, 27, 0.3), 0px 2px 1px #FFFAED inset, 0px 2px 1px #FEE2D1;
	cursor:pointer;
	height:54px;
	overflow:hidden;
	position:relative;
}
.menu_a:hover{
	background:linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
	color:#FFD7BE;
}
.menu_a_open, .menu_a_open:hover, .menu_a_open:active{
	box-shadow: 0px 2px 1px rgba(195, 48, 0, 0.38) inset, 0px -2px 1px yellow inset;
	font-size:40px;
	text-shadow: 0px 1px 2px #E18C5E;
	color: yellow;
	background:#FFD8AF;
	border-radius:40px;
	width:54px;
	display:inline-block;
	margin:10px 3px;
	text-decoration:none;
	cursor:pointer;
	height:54px;
	overflow:hidden;
	position:relative;
	}
.exit{
	position:absolute;
	top: 10px;
	right: 30px;
	line-height: 24px;
	height: 25px;
	width:25px;
	border-radius:15px;
	font-size:24px;
	color:#FFBC91;
	box-shadow: 0px -2px 1px rgba(242, 103, 0, 0.3) inset, 0px -1px 2px rgba(189, 67, 0, 0.3), 0px 1px 1px #FFFAED inset, 0px 1px 1px #FEE2D1;
	cursor:pointer;
	overflow:hidden;
	text-shadow:0px -1px 0px #CF7841, 0px 1px 0px #FFF2D7;
	text-decoration:none;
}
.exit:hover{
	background:linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
	color:#EBD0B4;
}
.exit:active{
	box-shadow: inset 0px 1px 1px rgba(165, 87, 0, 0.5), inset 0px 1px 1px #F1E7D5;
	text-shadow:0 1px 2px #985835;
	color:#F1E7D5;
	background-color:#E8CFB5;
}
.logo_ind{
	position:absolute;
	top: 5px;
	left: 10px;
	height:74px;
	width:64px;
	border-radius:15px;
	cursor:pointer;
	overflow:hidden;
background: url("../images/logo_mini.png") no-repeat;
}
.logo_ind:hover{
background: url("../images/logo_mini_2.png") no-repeat;
}
.logo_ind:active{
background: url("../images/logo_mini_3.png") no-repeat;
}
