div.tree-item td.customIcon {
	background: url("img/fs/document2.gif") no-repeat 0 50%;
}
div.tree-item-expanded td.customIcon {
	background: url("img/fs/folder-open.gif") no-repeat 0 50%;
}
div.tree-item-collapsed td.customIcon {
	background: url("img/fs/folder.gif") no-repeat 0 50%;
}

