.menu-sitemap-tree 
   {
position:relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:230px;
margin-bottom:30px;


}

.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
   {
   list-style-type: none;
   margin: 0; 
  padding: 0 0 0 0;

   }

.menu-sitemap-tree ul ul
   {
   width: auto;
   margin:-0.75em 0 0 0;
   padding: 0 0 0 0.75em;
      }

.menu-sitemap-tree li
   {
  margin: 0 0 -1em 0;
   padding:0;
 background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
border: 1px solid #DDD;
      }

.menu-sitemap-tree li:last-child  {
    border-radius: 0px 0px 4px 4px;

}

.menu-sitemap-tree li li
   {
 margin: 0 0 -0.85em 0.5em; 
   padding:0;
 border-radius:5px 0 0 5px;
border:none;
 
   }
.menu-sitemap-tree li  li:last-child  {
   border-radius:5px 0 0 5px;
margin-bottom:5px;
}

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

.menu-sitemap-tree div.item-text a
   {
   position:relative;
   top:-19px;left:19px;
       }



.menu-sitemap-tree div.item-text-selected a /*videlenniy 1 uroven*/
   {
   position:relative;
   top:-19px;left:19px;
   font-weight: bold;
   /*background:#000;*/
   
   }

.menu-sitemap-tree div.item-text-deepest a /*vse ne videl*/
   {
   position:relative;
   top:-19px;
left:19px;
   
   
   }

.menu-sitemap-tree div.item-text-selected-deepest a /*videlenniy 2 uroven*/
   {
   position:relative;
  top:-19px;
left:19px;
  font-weight: bold;
   }

.menu-sitemap-tree li div.page
   {
   }
   /*Icons*/
   div.folder, div.page
   {
   background-repeat:no-repeat;
   width:17px;
   height:17px;
   vertical-align:bottom;

   }

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