div.menu-sitemap-tree
{
	font-size:100%;
	list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 1rem;
    margin-bottom: 30px;
}

div.menu-sitemap-tree ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 1em 0 0;
	padding-right: 0;
}

div.menu-sitemap-tree ul ul
{
	width: auto;
	/*margin:-0.75em 0 0 0;*/
	/*padding: 0 0 0 15px;*/
}

div.menu-sitemap-tree li
{
	margin: 0;
	/*padding: 18px 0 0 0;*/
	border-bottom: 1px solid #ececec;
    /*min-height: 60px;*/
}

.subMenuMobi li:last-child{
	border-bottom: unset;
}

div.menu-sitemap-tree li li
{
	color: #464646;
	margin: 0;
	/*padding: 4px 0 0 0;*/
}
div.menu-sitemap-tree li li div.item-text {
top: -12px;
}
div.menu-sitemap-tree li.menu-close ul
{
	display: none;
}

div.menu-sitemap-tree div.item-text
{
	color: #464646;
	position:relative;
	top:-19px;left:19px;
	    font-size: 1rem;
		line-height: 23px;
	}

/*Icons*/
div.folder, div.page
{
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	vertical-align:top;
}
.rootMenu{
	display: flex;
	flex-direction: row;
	position: relative;
}
div.menu-sitemap-tree div.item-text{
	position:unset;
	top: unset;
	left: unset;
}
.rootMenu .item-text{
	padding-left: 30px;
}
.rootMenu{
	padding: 20px 0;
}
.itemMenu{
	padding: 20px 0;
}
.item-text{
	padding-left: 30px;
}
div.menu-sitemap-tree ul ul.subMenuMobi{
	padding-left: 20px;
}
.clickMenuOpen{
	height: 100%;
	/*min-width: 30px;*/
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.clickMenuOpen:hover + .item-text a{
	color: #12548e!important;
}
.clickMenuOpen.closet:after{
	content: '-';
}
.clickMenuOpen:after{
	content: '+';
	position: absolute;
	top: 18px;
	left: 7px;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	cursor: pointer;
}
.rootMenu .item-text a,.subMenuMobi .item-text a, .itemMenu a{
	color: #464646!important;
	text-decoration: none!important;
}

.rootMenu .item-text a:hover,.subMenuMobi .item-text a:hover, .itemMenu a:hover{
	color: #12548e!important;
}

div.folder{cursor:pointer; cursor: hand;background-image:url(images/folder_open.gif);}
div.menu-sitemap-tree li.menu-close div.folder{background-image:url(images/folder_close.gif);}
div.page{background-image:url(images/page.gif);}

ul.catalog-menu-ul{
	max-height: 70vh;
	overflow: auto;
}
.catalog-menu-ul li{
	min-height: 65px;
}
@media(max-width: 1024px) {
	.submenu-close a {
		line-height: 44px!important;
	}
	.submenu-close a:before {
		top: 9px!important;
	}
	.catalog-menu-ul li{
		min-height: 45px;
	}
	.clickMenuOpen:after{
		top: 10px
	}
	.rootMenu{
		padding: 10px 0 10px 0;
	}
	.itemMenu{
		padding: 10px 0 10px 30px;
	}

}
/* 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;
}



