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

.treeview li { 
	margin: 0;
	padding: 0px 0pt 3px 16px;
}

.treeview li { background: url(/images/bullet.gif)  0px 3px no-repeat; }
.treeview .collapsable { background: url(/images/tv-collapsable.gif) 0px 5px no-repeat; }
.treeview .expandable { background: url(/images/tv-expandable.gif) 0px 5px no-repeat; }
.treeview .last { background: url(/images/bullet.gif) 0px 5px no-repeat; }
.treeview .lastCollapsable { background: url(/images/tv-collapsable-last.gif) 0px 5px no-repeat; }
.treeview .lastExpandable { background: url(/images/tv-expandable-last.gif) 0px 5px no-repeat; }
.treeview .hitarea { background: url('/XXimages/bullet.gif'); }


 a#styleLink.expandable { margin: 0px 0px 8px 78px; padding-left: 10px; background: url(/images/tv-expandable.gif) 0px 3px no-repeat;}
 a#styleLink.collapsable { margin: 0px 0px 8px 78px; padding-left: 10px; background: url(/images/tv-collapsable.gif) 0px 3px no-repeat;}
 
 a#styleLink:hover{ background-color:#FF5700; }