
/* -= MENU DRZEWO =-*/

ul.drzewo, ul.drzewo li {
	font-size: 12px;
	list-style: none;
	color: #795e65;
	text-decoration: none;
	font-family: Arial;
	line-height: 24px;
	padding-left: 0px;
	padding:0px;
	position: static; top: 0px;
	padding-top:0px;
}

.drzewo1 {
	color: #c4151a;
	text-decoration: none;
}

.drzewo1 img, .drzewo3 img {
margin-right: 6px;	
}

.drzewo2 img, .drzewo4 img {
margin-right: 4px;		
}

.drzewo2 {
	color: #795e65;
	/*background: url("images/minus2.jpg") no-repeat left center;*/
	text-decoration: none;
}
.drzewo3 {
	color: #795e65;
	/*background: url("images/plus.jpg") no-repeat left center;*/
	text-decoration: none;
}

.drzewo4 {
	color: #c4151a;
	font-weight: bold;
	/*background: url("images/minus3.jpg") no-repeat left center;*/
	text-decoration: none;
}

