ul#browser.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	 color:#CCCCCC;
	margin-bottom:10px;
}

ul#browser.treeview ul {
	background-color: transparent;
	margin-top: 4px;
	margin-left:0px;	
}

ul#browser.treeview .hitarea {
	background:	transparent 0px -0px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

ul#browser.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 22px;
}

ul#browser.treeview a.selected {
	background-color: #f19200;
}

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

ul#browser.treeview .hover { color: #f19200; cursor: pointer; }

ul#browser.treeview li {	background: transparent none 0px 0px no-repeat; margin-left:12px;  padding-left:0px; }
ul#browser.treeview li a {	background: transparent none 0px 0px no-repeat; padding-left:5px; color:#CCCCCC; }
ul#browser.treeview li.collapsable, .treeview li.expandable { background: transparent  none 0px 0px no-repeat;  padding-left:22px; }

ul#browser.treeview .expandable-hitarea { background-position: -80px -3px; }

ul#browser.treeview li.last {background: transparent url(../img/folder.png) 0px 0px no-repeat;  }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background: transparent none 0px 0px no-repeat; }  
.treeview li.lastCollapsable {background: transparent none 0 0 no-repeat; }
.treeview li.lastExpandable {background: transparent none 0 0 no-repeat; }

ul#browser.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

ul#browser.filetree li {background: transparent none 0 0 no-repeat; padding: 3px 0 2px 22px; }
ul#browser.filetree li ul li {background: transparent url(../img/folder.png) 0 0 no-repeat; padding: 3px 0 2px 22px; }
ul#browser.filetree span.folder, .filetree span.file { padding: 1px 0 1px 22px; display: block; }
ul#browser.filetree span.folder { background: url(../img/folder_open.png) 0 0 no-repeat; color:#CCCCCC; }
ul#browser.filetree li.expandable span.folder { background: url(../img/folder_add.png) 0 0 no-repeat;  color:#CCCCCC;}
ul#browser.filetree span.file { background: url(../img/file.png) 0 0 no-repeat; }



/* Menu */
ul#menu.treeview { 
	padding: 0;
	margin: 0;
	list-style: none;
	color:#000000;
	margin-left:52px;	
}

ul#menu.treeview  {
	background-color: transparent;
	margin-top: 4px;
}

ul#menu .treeview .hitarea {
	/*background: url(../img/treeview-default.gif) -64px -25px no-repeat;*/
	background: transparent 0px 0px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: 16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
ul#menu * html .hitarea {
	display: inline;
	float:none;
}

ul#menu.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 0px;
}

ul#menu.treeview a.selected {
	background-color: transparent;
}

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

ul#menu.treeview .hover { color:#f19200; cursor: pointer; }

ul#menu.treeview li {  background:  transparent none 0px 5px no-repeat; }
ul#menu.treeview li.collapsable { background: transparent none 0px 5px no-repeat; }
ul#menu.treeview li.expandable { background: transparent none 0px 5px no-repeat; /* background-position: 0 -176px; */}

ul#menu.treeview ul {
	margin-bottom: 2px;
}

ul#menu.treeview .expandable-hitarea { /*background: url(../img/folder_open.png) 0px 0px no-repeat; background-position: -80px -3px;*/ }
ul#menu.treeview li.last { /*background-position: 0 -1766px */}
ul#menu.treeview li.lastCollapsable, .treeview li.lastExpandable { background:  transparent none  0px 5px no-repeat; }  
ul#menu.treeview li.lastCollapsable {  background: transparent none 0px 5px no-repeat;  /*background-position: 0 -111px */}
ul#menu.treeview li.lastExpandable { background: transparent none 0px 5px no-repeat; /* background-position: -32px -67px */}

#menu .treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

#menu.filetree li { padding: 3px 0px 3px 1px; }
#menu.filetree span.folder, .filetree span.file { padding: 3px 0px 3px 1px; display: block; }
#menu.filetree span.folder { background:  transparent none  0 0 no-repeat; }
#menu.filetree li.expandable span.folder {background:  transparent none  0 0 no-repeat; }

#menu.filetree span.file { background:  transparent none  0 0 no-repeat; }
ul#menu li ul li a {	color:#000000;	padding-left:10px;}
ul#menu li a {	color:#000000;	padding-left:0px;}
