.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	background: #005380; 
	margin:5px;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: transparent url(../grafikk/plus.gif) -100px 0px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a {
	color: #fff;
	text-decoration:none;
}
.treeview a.selected {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { text-decoration:underline; cursor: pointer; }

.treeview li { }
.treeview li.collapsable { background: url(../grafikk/minus.gif) 0 0 no-repeat; }
.treeview li.expandable { background: url(../grafikk/plus.gif) 0 0 no-repeat;  }

.treeview .expandable-hitarea { }

.treeview li.last { }
.treeview li.lastCollapsable, .treeview li.lastExpandable { }  
.treeview li.lastCollapsable { }
.treeview li.lastExpandable { }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { }

a .plus { }
a .minus { background: url(../grafikk/minus.gif) 0 0 no-repeat;  }
