#folderTree
{
	width:140px;
	overflow: auto;
	overflow-x: auto;
	overflow-y: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;

	/* white-space: nowrap; */

	margin: 0px;
	padding: 0px;
	padding-bottom: 11px;
}

#folderTree a
{
	display: block;

	margin: 0px;
	margin-bottom: 3px;
	margin-right: 4px;
}

#folderTree a span
{
	font-size: 9px;


}
