/*.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
}*/

.treeview ul {
	margin-top: 0px;
}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	float:left;
	margin-left: -16px;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.disp {
	display:none;
}
.disp1 {
	display:block;
}
.menu_line {
	background:url(../images/menu_line.png) no-repeat 12px 0px;
	width:194px;
	height:5px;/*clear the ie bug*/
	/*margin-top:5px;*/
}
.treeview li {
	margin:0;
	padding: 3px 0px 1px 16px;
}
#treecontrol { margin: 16px 0; display: none; }

.treeview .hover { text-decoration:none; cursor: pointer;}

.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }
#sidetree ul.treeview  li.expandable ul li {
	background:url(../images/menu_arrow.png) 5px 10px no-repeat;
}
#sidetree ul.treeview  li.collapsable ul li {
	background:url(../images/menu_arrow.png) 5px 10px no-repeat;
}
.treeview li.last { background-position: 0 -1766px;}
.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; }

.filetree li { padding: 2px 0px 1px 16px; }
.filetree span.folder, .filetree span.file { padding: 3px 0 3px 16px; display: block; }

