﻿
.tree 
{
	margin: 0;
	padding: 12px 0 12px 16px;
	/*background-image: url(img/menyBg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;*/
}

.tree li
{
	cursor:pointer;
	list-style: none;
}

.open ul
{
    padding:0px;
    margin-left: 15px;
    margin-bottom:5px;
}
.tree li a 
{
	text-decoration: none;
}

.tree li.open
{
	list-style: url(img/pilSelected.gif);
	color: #854345;
	margin: 0px;
	
}

.tree li.open a 
{
	color: #854345;
	
}

.tree li.closed
{
	list-style: url(img/pilMeny.gif);
	margin-right:950px;
}

.tree li.item 
{
	list-style: url(img/pilMeny.gif);
	

}

.tree li.item a, .tree li.closed a 
{
	color: #333;
}


.tree li.open ul
{
	display:block;
}

.tree li.closed ul
{
	display:none;
}

/*
#treelist 
{
	margin: 0;
	padding: 12px 0 12px 62px;
	background-image: url(img/menyBg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}*/