UL.jqueryFileTree {
	font-family: Verdana, sans-serif;
	line-height: 18px;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

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

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

UL.jqueryFileTree A:hover {
	background: #66CC00;
	color: #ffffff;
}

/* Core Styles */
.jqueryFileTree LI.directory { background: url(/img/theme/16x16/actions/1rightarrow.png) left top no-repeat; }
.jqueryFileTree LI { background: url(/img/theme/16x16/actions/advanced.png) left top no-repeat; }
.jqueryFileTree LI.expanded { background: url(/img/theme/16x16/actions/1downarrow1.png) left top no-repeat; }

