/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}

.submenu {
    position: absolute;
    background: #4b3329;
    list-style: none;
    padding: 0;
    margin: 0;
	padding: 0 15px;
	box-sizing: border-box;
	z-index: 200;
	display: none;
	margin-left: -15px;
	border-top:2px solid #750404;
}
.menu__item:hover .submenu {
	display: block;
}
.submenu a:before {
	display: none!important;
}
.bot-header .menu-header-wrap .menu-wrap {
	max-height: 100vh;
	overflow: auto;
}

@media all and (max-width: 960px) {
	.menu__item {
		display: flex;
		padding: 0;
		padding-right: 40px;
		flex-direction: column;
		position: relative;
	}
	.menu__item > a {
		padding: 15px 0!important;
		display: block;
	}
	.menu__item .arrow {
		width: 40px;
		height: 36px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 30px;
		color: #fff;
		cursor: pointer;
	}
	.menu__item .arrow:before {
		content: "\f107";
		font-family: FontAwesome;
		
		
	}
	.submenu {
		position: relative;
		margin: 0;
	}
	.menu__item:hover .submenu {
		display: none;
	}
	.menu__item.open .submenu {
		display: block;
	}
}
