.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background:none; 
	margin:0px;
}

.treeview .hitarea {
	background: none;
	height: 9px;
	width: 9px;
	float: right;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	/*padding: 3px 0pt 3px 16px;*/
	padding:5px 0 5px 0;
	 
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color:#38B0E3; cursor: pointer; }
 
.treeview li a:hover,.treeview li.nav-1 a:hover	
{   cursor:pointer;}

.treeview li ul li:hover	{ background:none;}

.treeview li a
{ 
 background:url("../../../../images/sprite.png") no-repeat scroll -5px -1852px transparent; 
	 
	display:inline;
 
	padding-left: 12px;
}
 
.treeview li.active a	{ font-weight:bold; color:#D09E00 ;  } 
.treeview li.active ul li a	{ font-weight:normal; color:#5E5E5E;}

.treeview li a:hover 
{color:#D09E00; background: url("../../../../images/sprite.png") no-repeat scroll -5px -1829px transparent;} 	

 
.treeview li ul li a:hover	
{color:#D09E00; background: url("../../../../images/sprite.png") no-repeat scroll 9px -1821px transparent;} 	

.treeview li ul li
{
	background:none;
	border-bottom:none;
}

/*.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }*/

.treeview li.lastCollapsable, .treeview li.lastExpandable { background:none; }  
.treeview li.lastCollapsable { background-position: 0 -111px; border:none;}
.treeview li.lastExpandable { background-position: -32px -67px;  }

.treeview li.lastExpandable a	{ border-bottom:none;}

.treeview-red .expandable-hitarea	
{ 
	  background: url("../../../../images/sprite.png") no-repeat scroll 0 -917px transparent;
    height: 16px;
    width: 16px;
} 
.treeview-red .collapsable-hitarea 
{ 
	
	background: url("../../../../images/sprite.png") no-repeat scroll 0 -890px transparent;
    height: 16px;
    width: 16px;
} 
.treeview li ul li a	
{ 
	font-weight:normal; 
	padding:5px 0 5px 25px;
		background:url("../../../../images/sprite.png") no-repeat scroll 9px -1844px transparent;
}
.treeview li ul li ul li a	{
background:url("../../../../images/sprite.png") no-repeat scroll 22px -1922px transparent;
	padding:2px 0 4px 40px;
}

.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 2px 16px; }
.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; }
.treeview li.active ul	{ display:block;}
