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

.treeview ul {
	background-color: white;
	margin-top: 3px;
	margin-bottom: -3px;
	width:175px
}

.treeview .hitarea {
	background: url(../img/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 12px;
	margin-left: -10px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

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

.treeview a.selected {
	background-color: #eee;
}

.treeview li.expandable { background-position: 0 -171px; }
.treeview li.collapsable { background-position: 0 -171px; }
.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(../img/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview-famfamfam .expandable-hitarea { background-image: url(../img/treeview-famfamfam-line.gif);}
.treeview-famfamfam li, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(../img/treeview-famfamfam-line.gif);}
.treeview-famfamfam .hitarea { background-image: url(../img/treeview-famfamfam.gif); } 
.treeview-famfamfam .last { background-image: url(../img/treeview-famfamfam.gif); } 