UL.jqueryFileTree {
	padding: 0px;
	margin: 0px;
}

UL.jqueryFileTree LI {
	list-style: none;
	padding:0;
	white-space: nowrap;
	clear:both;
}

UL.jqueryFileTree LI LI {
	padding:0 0 0 20px;
}

UL.jqueryFileTree A {
	color: #333;
	text-decoration: none;
	padding:0 2px 0 20px;
	line-height:100%;
	display:block;
	height:30px;
	line-height:30px;
	border-bottom:1px dotted #CCCCCC;
	position:relative;
	clear:both;
}

/* Core Styles */
.jqueryFileTree LI.directory A { background: url(../images/FileTree/directory.png) left center no-repeat; }
.jqueryFileTree LI.expanded A { background: url(../images/FileTree/folder_open.png) left center no-repeat;  }
.jqueryFileTree LI.file A { background: url(../images/FileTree/file.png) left center no-repeat; }
.jqueryFileTree LI.wait A { background: url(../images/FileTree/spinner.gif) left center no-repeat; }

UL.jqueryFileTree A:hover {
	background-color:#F1F1F1;	
}

UL.jqueryFileTree LI .FileOptions {
	position:absolute;
	right:10px;
	top:5px;
}