/*=============================================*/
/*               menubtm                       */
/*=============================================*/
.menu_navi {
	height: 45px;
	width:100%;
	margin:5px 0px;

}

.button-toggle {
	position: absolute;
	width: 70px;
	height: 30px;
	right: 10px;	
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	padding-left:10px;
	background-color: rgba(94,24,0,0.8);
	box-shadow: 0 0 0 2px #4f1d02;
	-webkit-border-radius: 2px;
	border-radius: 2px;

}

.menu_toggle {
	position: absolute;
	top: 280px;
	width: 290px;
	margin: 10px;
	background-color: rgba(34,34,34,1);
	color: #999;
	overflow: hidden;
	right:10px;
	border: 1px rgba(34,34,34,0.5) solid;
}

.menu_toggle ul {
	padding: 0;
	margin: 10px 5px;
    list-style-type:none;
    list-style-position:outside;
}

.menu_toggle li {
	position: relative;
}

.menu_toggle a {
	display: block;
	color: #f5e6c2;
	text-decoration: none;
	padding: 5px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	border-left-width: 3px;
	border-left-style: outset;
	border-left-color: #a0310e;
	margin-top: 3px;
	margin-bottom: 3px;
}

.menu_toggle a:hover {
	background: #333;
}

