#foldersTop {
	position: relative;
	top: 25px;
	left: 3px;
	top: 0px;
}
.foldersHasSiblings {
	position: relative;
	background-image: url(TreeT.gif);
	background-repeat: no-repeat;
	overflow-y: visible;
}
.foldersHasNoSiblings {
	position: relative;
	background-image: url(TreeL.gif);
	background-repeat: no-repeat;
	overflow-y: visible;
}
