div.left-menu-tree li.open ul{
	display:block;
}
div.left-menu-tree li.close ul{
	display:none ;
}
div.left-menu-tree li > ul{
	display:none;
}
div.left-menu-tree .active a, div.left-menu-tree a.active{
	color:#F6861F;
}
.active{
	background: transparent url('/bitrix/templates/main/images/aroow_orange_r.gif') no-repeat -2px center;
}

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

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

div.left-menu-tree li
{
	margin: 0;
	padding: 0;
}

div.left-menu-tree li li
{
	margin: 0; 
	padding:0;
}
div.left-menu-tree a{
    padding-left:15px;
    color:#939598;
    font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:normal;
    line-height:20px;
    text-decoration:none;
}

div.left-menu-tree div.item-text{
    color:#939598;
    font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:normal;
    line-height:20px;
    text-decoration:none;
    /*white-space: nowrap;*/
}

.menu ul ul a {font-size: 11px;}

