#naglowek{
margin-left: 8px;
font-size:16px;
color: white;
}
#naglowek:hover{
margin-left: 8px;
font-size:16px;
color: blue;
}


ul.tree {
	
	
	margin-left: 0;
	padding-left: 0;
}

ul.tree ul {
text-align: left;
	
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

ul.tree li {
text-align: left;
	margin-top: 1px;

	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color:  #CCFF99;
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.closed {
text-align: left;
background-color: #00CC00;
	background-image: url("closed.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li.opened {
text-align: left;
background-color: #00CC00;
	background-position: left top;
	background-repeat: no-repeat;
}

ul.tree li a {
text-align: left;
color:blue;
margin-left: 20;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

ul.tree li a.folder {
text-align: left;

	cursor: pointer;
}
ul.tree li a:hover {
        text-align: left;

	font-size: 13px;
	margin-left: 20;
	font-weight: bold;
	color:red;
}
ul.tree li a:active {
text-align: left;
	font-size: 13px;

margin-left: 20;
	font-weight: bold;
}

