div.tree-item td.customIcon {
	background: url("documento.png") no-repeat 0 50%;
}

div.tree-item-expanded td.customIcon {
	background: url("aberto.png") no-repeat 0 50%;
}

div.tree-item-collapsed td.customIcon {
	background: url("pechado.png") no-repeat 0 50%;
}

