.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:0;
}

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

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

.treeview .hover { color:#38B0E3; cursor: pointer; }
.treeview li {     }

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

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

.treeview li a
{ 
	background:url("../../../../images/sprite.png") no-repeat scroll -6px -1919px transparent; 
	transition-duration: 100ms;
	display:block;
	border-bottom: 1px solid #E5E5E5;
	padding:5px 0 5px 12px;;
}
 
.treeview li.active a	{ font-weight:normal; color:#FF633F;} 
.treeview li.active ul li a	{ font-weight:normal; color:#5E5E5E;}

.treeview li a:hover,.treeview li ul li a:hover	
{color:#FF633F;} 	

.treeview li:hover .expandable-hitarea		{ background-color:#D6D6D6;}

.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 -1566px #ECECEC;
    height: 28px;
    width: 25px;
} 
.treeview-red .collapsable-hitarea 
{ 
	
	background: url("../../../../images/sprite.png") no-repeat scroll 0 -1587px #ECECEC;
    height: 28px;
    width: 25px;
} 
.treeview li ul li a	
{ 
	font-weight:normal; 
	padding:5px 0 5px 25px;
	background:url("../../../../images/sprite.png") no-repeat scroll 5px -1920px transparent;
}
.treeview li ul li ul li a	{
	background:url("../../../../images/sprite.png") no-repeat scroll 20px -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;}
