.menu-sitemap-tree 
   {
  margin: 10px;
	}

.menu-sitemap-tree a
   {
 font-size:100%; 
 font-weight: normal;
 display:block;
 padding:10px 20px 0px 0px;
/*margin-right:5px;*/
color:#0E517E;
 }

.menu-sitemap-tree ul
   {
    padding: 0;
  margin: 0;
  list-style: none;
   }

.menu-sitemap-tree ul ul
   {    
  padding: 15px 0;
      }

.menu-sitemap-tree li
   {
 margin-left: -10px;
  margin-right: -10px;
border-bottom:1px dashed #e5e5e5;

      }

.menu-sitemap-tree li a {
  display: block;
  padding: 5px 10px 7px 20px;
  border-left: solid 4px transparent;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;

}

.menu-sitemap-tree  li:last-child  {
border-bottom:none;
}

.menu-sitemap-tree li  li:last-child  {
border-bottom:none;
}

.menu-sitemap-tree li a:hover,
.menu-sitemap-tree li a:active  {
  text-decoration: none;
  color: #1c1c1c;
  border-color: #6285af;
background-color: #f5f7fa;
}


.menu-sitemap-tree li.current > a,
.menu-sitemap-tree li.active > a
 {
  text-decoration: none;
  color: #1c1c1c;
  border-color: #6285af;
background-color: #f5f7fa;
}


.menu-sitemap-tree li.current > ul,
.menu-sitemap-tree li.active > ul {
  display: block;
}

.menu-sitemap-tree li li {
  margin: 0;
}
.menu-sitemap-tree li li a {
  color: #393185;
  border-color: transparent;
  padding-left: 40px;
  padding: 3px 10px 3px 40px;
}

.menu-sitemap-tree li li.current,
.menu-sitemap-tree li li.active {
  border-color: #393185;
}
.menu-sitemap-tree li.parent > a:after {
  position: relative;
  content: ' ';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 0 0 15px;
  border: solid 2px #b5b5b5;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 4px;
  top: -2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-sitemap-tree li.parent.current > a:after {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}



.menu-sitemap-tree li.close ul
   {
   display: none;
   }




.menu-sitemap-tree div.item-text-selected a /*videlenniy 1 uroven*/
   {
  
   text-decoration: none;
  color: #1c1c1c;
  border-color: #6285af;
background-color: #f5f7fa;

   
   }

.menu-sitemap-tree div.item-text-deepest a /*vse ne videl*/
   {
    display: block;
  /*padding: 5px 10px 7px 20px;*/
  border-left: solid 4px transparent;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
   
   
   }

.menu-sitemap-tree div.item-text-selected-deepest a /*videlenniy 2 uroven*/
   {
   text-decoration: none;
  color: #1c1c1c;
  border-color: #6285af;
background-color: #f5f7fa;

   }


