

ul.tree {
	display: block;
	margin-left: 0;
	padding-left: 0;

}

ul.tree ul {
	display: block;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

ul.tree li {
	display: block;
	list-style-type: none;
	padding-left: 0px;
	font-family:Tahoma, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-top:10px;
	text-align:center;
	width:150px;
	
}
#podmenu {
	visibility: hidden;	
}

#podmenu li {
	display: block;
	list-style-type: none;
	height:20px;
	padding-left:5px;
	background-image:url("imgs/active150.png");
	padding-top:10px;
	background-repeat: no-repeat;
	color:#ffffff;
	margin-left:0px;
}
#podmenu li a{color:#ffffff;}

ul.tree li.closed {
	background-image: url("closed.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.opened {
	background-image: url("opened.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li a {
	
	text-decoration: none;
	cursor: pointer;
	font-family:Tahoma, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
}

ul.tree li a.folder {
	cursor: pointer;
}

ul.tree li a.active {
	font-weight: bold;
}

ul.tree li a:hover {
	text-decoration: underline;
}
ul.tree li span.menuActive a {
	
	color:#ffffff;
	text-align:center;
	font-family:Tahoma, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
ul.tree li span.menuActive a.folder {
	cursor: pointer;
}

ul.tree li span.menuActive a.active {
	font-weight: bold;
}

ul.tree li span.menuActive a:hover {
	text-decoration: underline;
}

