﻿
.tree 
{
	margin: 0;
	padding: 12px 0 12px 25px;
	background-image: url(img/menyBg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.tree li
{
	cursor:pointer;
	list-style: none;
}

.tree li a 
{
	text-decoration: none;
}

.tree li.open
{
	list-style: url(img/pilSelected.gif);
	color: #854345;
}

.tree li.open a 
{
	color: #854345;
}

.tree li.closed
{
	list-style: url(img/pilMeny.gif);
}

.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;
}*/