UL.jqueryFileTree {
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	font-size:14px;
}

UL.jqueryFileTree LI {
	list-style: none;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	white-space: nowrap;
}

UL.jqueryFileTree A {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0px 2px;
}

.jqueryFileTree .image:hover {
	cursor:pointer;	
}