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

.treeview ul {
	background-color: #fff;
	margin-top: 0.05em;
}

.treeview .hitarea {
	background:url(treeview-default.gif) -64px -25px no-repeat;
	height: 1em;
	width: 1em;
	margin-left: -1em;
	float: left;
	cursor: pointer;
	margin-top:0.2em;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 0 0 0 1em;
	line-height:100%;
	clear:left;
}

.treeview a.selected {
	color:#666 !important;
}

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

.treeview .hover { color: #e3006a; cursor: pointer; background:none; text-decoration:none}

.treeview li { color:#000; background: url(treeview-default-line.gif) 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 0 }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -109px }
.treeview li.lastExpandable { background-position: -32px -67px }
.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview  li a { color:#3C4604; margin-left:0.5em; font-size:70%; text-decoration:none}
.treeview  li li a { }

#lat .treeview li { background-image: url(treeview-default.gif); background-position: 0 -109px }
