.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	font-size:16px;
}
.treeview ul {
	background-color: transparent;
	margin-top: 4px;
}
.treeview .hitarea {
	/*background: url(images/treeview-gray.gif) -64px -25px no-repeat;*/
	background: none;
	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: 0px 0pt 3px 20px;
	background: url(images/kandlebig.jpg) 0 -5px no-repeat;
	cursor: pointer;
}
.treeview li span{ 
	cursor: pointer;
}
.treeview a.hover {
	color: #FF0000; cursor: pointer;
}
.treeview a.selected {
	color: #00FF00;
}
#treecontrol { margin: 1em 0; display: none; }
.treeview .hover { /*color: red;*/ cursor: pointer; }

.treeview li { /*background: url(images/treeview-gray-line.gif) 0 0 no-repeat;*/ }
/*.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }*/
/*.treeview li.collapsable, .treeview li.expandable { background-position: 0 0; }

.treeview .expandable-hitarea { background-position: -80px -3px; }*/

/*.treeview li.last { background-position: 0 -1766px }
.treeview li.last { background-position: 0 0 }*/

/*.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-gray.gif); } */
.treeview li.lastCollapsable, .treeview li.lastExpandable { background: none; } 
 
/*.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; }*/

.collapsable span {
cursor: pointer;
}

.treeview li ul {
margin-left:-5px;
}

.treeview li ul li { 
	/*background: none !important;*/
	background: url(images/kandlesmall.jpg) 0 0 no-repeat;
	font-size:14px !important;
}
.treeview li ul li ul li { 
	font-size:12px !important;
	background: none !important;
}