.treeview, .treeview ul {
	padding:0;
	margin:0;
	list-style:none;
}
.treeview ul {
	/* background-color:white; */
	margin-top:4px;
}
.treeview .hitarea {
	background:url('../i/tree-node.png') -64px -25px no-repeat;
	height:16px;
	width:16px;
	margin-left:-16px;
	float:left;
	cursor:pointer;
}
* html .hitarea {display:inline;float:none} /*IE*/

.treeview li { 
	margin:0;
	padding:3px 0pt 3px 16px;
}
/* .treeview a.selected {
	background-color:#eee;
} */

#treecontrol {margin:1em 0; display:none}

.treeview li {background:url('../i/tree-line.png') 0 0 no-repeat}
.treeview li.collapsable, .treeview li.expandable {background-position:0 -176px}

.treeview .expandable-hitarea {background-position:-80px -3px}

.treeview li.last {background-position:0 -1762px}
.treeview li.lastCollapsable, .treeview li.lastExpandable {background-image:url('../i/tree-node.png')}
.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}


#treemap {max-width:560px}
*html #treemap {width:560px}
#treemap li {padding:3px 0 2px 16px}
#treemap span.folder, #treemap span.file {padding:1px 0 1px 20px; display:block}
#treemap span.folder {background:url('../i/ico.png') -568px -679px no-repeat}
#treemap li.expandable span.folder {background:url('../i/ico.png') -568px -615px no-repeat}
#treemap span.file {background:url('../i/ico.png') -8px -646px no-repeat}


#nav3 li {
	padding:2px 0 2px 14px;
}
#nav3 li, #nav3 .hitarea {
	background:transparent url('../i/ico.png') no-repeat -571px -420px;
}
#nav3 li.collapsable, #nav3 li.expandable {
	background:none;
}
#nav3 .expandable-hitarea {
	background-position:-569px -486px;
}
#nav3 .collapsable-hitarea {
	background-position:-569px -519px;
}
#nav3 ul.article li {
	background:transparent url('../i/bullet.png') no-repeat -2px -240px;
	padding-left:12px;
}
#nav3 .set a, #nav3 .set a:hover {color:#006aba}
