div.menu-sitemap-tree
{
	font-size:100%;
	margin-top: 8px;
}

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

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

div.menu-sitemap-tree li
{
	margin: 0 0 2px 0;
	padding:0;
	border: 1px solid #AEC6DA;
	background: url(/bitrix/templates/dumahmao/images/fon-small-leftmenu.jpg) top left repeat-x;
}
/*
div.menu-sitemap-tree li:hover {
	background: #B5D4E9;
	border: 1px solid #AEC6DA;
	z-index: 900;
}
*/
div.menu-sitemap-tree li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 0px;
}



div.menu-sitemap-tree li li
{
	margin: 0 0 -0.85em 0.5em; 
	padding:0;
	background: #fff;
	border: none;
}

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

div.menu-sitemap-tree div.item-text
{
	position:relative;
	top: -12px;
	left: 18px;
	padding-right: 20px;
}

/*Icons*/
div.folder, div.page
{
	background-repeat:no-repeat;
	width:17px;
	height:16px;
	vertical-align:top;
}
div.folder {
	cursor:pointer; 
	cursor: hand;
	background-image:url(/bitrix/templates/dumahmao/images/plus.png);
	width: 16px;
	z-index: 90;
}

div.menu-sitemap-tree li.close div.folder {
	background-image:url(/bitrix/templates/dumahmao/images/plus.png); 
	width: 16px;
	z-index: 90; 
}

div.page{background-image:url(/bitrix/templates/dumahmao/images/left-blik.jpg); z-index: 90; }



ul.ulnew {
	padding: 0px !important;
	padding-left: 5px !important;
	margin: 0px !important;
	background: #fff;
}
.ulnew .page
{
	background: url(/bitrix/templates/dumahmao/images/marker-green.gif) left no-repeat;
}
.ulnew .page img {
	float: left;
}
.ulnew li {
	background: #fff;
	border: none;
	
}
.ulnew a {
	/*background: url(/bitrix/templates/dumahmao/images/underline.jpg) bottom repeat-x;
	width: 240px;*/
}
.ulnew li:last-child a {
	background: none;
	
}
div.menu-sitemap-tree ul.ulnew div.item-text {
	background: url(/bitrix/templates/dumahmao/images/underline.jpg) bottom repeat-x;
	position: relative;
	top: -15px;
	left: 14px;
	padding-bottom: 4px;
	width: 174px;
}