ul.treeview {
	padding-bottom: 15px;
	float:left;
	width:100%;
}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	/* background-color: white; */
	margin-top: 4px;
}


.treeview li { 
	padding: 0;
	line-height: 15px;
	margin: 5px 0px 5px 0px;
	position:relative;
	font-weight: bold;
	color: #BE5942; 
}

.treeview li li { 
	padding: 0;
	line-height: 15px;
	margin: 5px 0pt 5px 15px;
	position:relative;
	font-weight: normal;
}

.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;
}

