.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	width: 200p;
overflow:hidden;
}
.treeview { 

	margin-bottom: -30px;
	margin-top: -20px;
	

	padding-right: 20px;
	

}

.treeview ul {
	margin-top: -5px;
}

.treeview .hitarea {
	background: url(../images/treeview-health.png) -64px -27px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
	z-index: 999;
	position:relative;
	top:-2px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
		z-index: 999;
	position:relative;
}

.treeview li { 
	margin: 0;
	padding: 4px 2px 4px 16px;
}

.treeview a.selected {

}

.treeview a{
	text-decoration:none; 
	c//olor:#434b53;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.95em;
	position:relative; left: 5px; margin-left: 0px;
	z-index: 200;
	padding: 0px;
}


#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #520980; cursor: pointer; }

.treeview li{ background: url(../images/sub_03.png) 5px 13px no-repeat; position:relative;  margin-top:2px; font-size:1em;}
.treeview li li { background: url(../images/sub_11.png) 0 4px no-repeat; position:relative; top:12px;}
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px;  }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li li.last { background-position: 0 -1766px; background: url(../images/sub_11.png) 0px 5px no-repeat;margin-bottom:10px; }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background: url(../images/treeview-health.png) 0px 0px no-repeat; }  
.treeview li.lastCollapsable { background-position: 0 -113px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(../images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(../images/treeview-red.gif); } 

.treeview-black li { background-image: url(../images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(../images/treeview-black.gif); }  

.treeview-gray li { background-image: url(../images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(../images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(../images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../images/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(../images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}


.filetree li a{ color:#531a92; padding: 3px 0 2px 0px;}
.filetree li ul li a{color:#434b53;}
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(../images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(../images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../images/file.gif) 0 0 no-repeat; }

