.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 8px;
}

.treeview .hitarea { 
	background-image: url('images/treeview-default.gif'); 
    background-repeat: no-repeat; 
    background-attachment: scroll; 
    background-position: -64px -25px 
    height: 16px; 
    width: 16px; 
    float: left; 
    cursor: pointer; 
    margin-left: -16px; 
}
    /* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview li { 
	margin: 0;
	padding: 2px 0pt 10px 10px;
}
.treeview a.selected {
	background-color: #eee;
}
#treecontrol { 
	margin: 1em 0; 
	display: none; 
}
.treeview .hover { 
	color: red; 
	cursor: pointer; 
}
.treeview li { /*background-image: url('images/treeview-default-line.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               background-position: 0 */}
/*.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }*/

.treeview .expandable-hitarea { 
	background-position: -80px -3px; 
}
.treeview li.last { 
	background-position: 0 -1766px; 
}
/*.treeview li.lastCollapsable, .treeview li.lastExpandable { 
	background-image: url('images/treeview-default.gif');
}
.treeview li.lastCollapsable { 
	background-position: 0 -111px; 
}
.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'); 
}
.filetree li { 
	padding: 3px 0 3px 10px; 
}
.filetree span.folder, .filetree span.file { 
	padding: 1px 0 0px 12px; 
	display: block; 
	border-bottom:1px solid #ccc;
}
.filetree span.folder { 
	background-image: url('images/collapse.png');
	background-repeat: no-repeat; 
	background-attachment: scroll; 
    background-position: 0 
}
.filetree li.expandable span.folder { 
	background-image: url('images/open.png'); 
	background-repeat: no-repeat; background-attachment: scroll; 
    background-position: 0 ;
}
.filetree span.file { 
	/*background-image: url('images/file.gif'); 
	background-repeat: no-repeat; background-attachment: scroll; 
    background-position: 0;*/ 
}
.btreeTree {
	/*background-image:url(images/tree_maintabbg.png);
	background-repeat:no-repeat;*/
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 93%;
}
.treeview li.lastCollapsable {
	margin-top:5px;
	margin-bottom:5px;
}
.treeview li.expandable {
	margin-top:5px;
	margin-bottom:5px;
}
.filetree li a {
	color:#000;
}
.filetree li.active {
	background-image:url("images/leftnav-active.png");
	background-repeat:no-repeat;
	background-position:130px 8px;
	font-weight: bold;
}