/*=============================================*/
/*               menubtm                       */
/*=============================================*/




.button-toggle {
    background-color: #594432;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 20px;
    padding-top: 8px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 8px;
    width: 40px;
	border-radius:5px;
}

.menu_toggle {
	position: absolute;
	top: 45px;
	right: 5px;
	width: 97%;
	background-color: rgba(0,0,0,0.8);
	color: #999;
	overflow: hidden;
	border: 1px rgba(255,255,255,0.5) solid;
	z-index:1000;
}

.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: #fff;
	text-decoration: none;
	padding: 5px 10px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	height: 25px;
	line-height: 20px;
	font-size: 14px;
	border-left-width: 3px;
	border-left-style: outset;
	border-left-color: #92110a;
	margin-top: 3px;
	margin-bottom: 3px;
}	

