ul.treeview {
	padding-bottom: 15px;
}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	color: #be5942;
}

.treeview ul {
	/* background-color: white; */
	margin-top: 4px;
}

.treeview .hitarea {
	position:absolute;
	left:0px;
	top: 0px;
	background: url('/scripts/treeviewimgs/treeview-default.gif') -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	padding: 0;
	line-height: 15px;
	margin: 5px 0pt 5px 16px;
	position:relative;
}

.treeview a.selected {
	/* background-color: #eee; */
}

#treecontrol { margin: 1em 0; display: none;}

.treeview .hover { /*color: red;*/ cursor: pointer; }

/* .treeview li { background: url('/scripts/treeviewimgs/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 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background: url('/scripts/treeviewimgs/treeview-default.gif') no-repeat; }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-image: url('/images/px.gif'); }
*/


.serviceslist a.selected, .serviceslist a, .serviceslist a:link, .serviceslist a:hover, .serviceslist a:active, .serviceslist a:visited {
	/* background-color: #eee; */
	color: #ce7c17;
}
.serviceslist .hitarea { background-image: url('/scripts/treeviewimgs/treeview-default3.gif'); } 

