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

.treeview ul {
	background-color: white;
	margin: 4px 0px 0px -19px;
	padding:0px 0px 0px 15px;
	border:#CCCCCC solid 1px;
	border-top:0px;
}

.treeview .hitarea {
	height: 16px;
	width: 27px;
	margin-left: -30px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}


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

#treecontrol { margin: 1em 0; display: none; }
.treeview .hover { color: red; cursor: pointer; }



.treeview li {	margin:0px; padding: 6px 0pt 6px 30px; background: url(images/CategoryBg.jpg) 0 0 no-repeat;}

.treeview ul{ 	margin: 4px 0px 0px -30px; padding:0px 0px 0px 15px;}

.treeview ul li { margin:0px; padding: 2px 0px 3px 20px; background: url(images/treeview-default-line.gif) 0 0 no-repeat; }

.treeview ul li ul{
	background-color: white;
	margin: 4px 0px 0px -10px;
	padding:0px 0px 0px 10px;
	border-left:#CCCCCC dashed 0px;
	border-right:0px;
	border-bottom:0px;
	border-top:0px;
}
.treeview ul li ul li{ margin:0px; padding: 2px 0px 3px 20px; background: url(images/treeview-default-line.gif) 0 0 no-repeat; }



.treeview .expandable-hitarea { background:url(images/expandable3.gif) 9px 4px no-repeat; }

.treeview li.last { }
.treeview li.lastCollapsable, .treeview li.lastExpandable {}  
.treeview li.lastCollapsable {}
.treeview li.lastExpandable { }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background:url(images/expandable3.gif) 9px 4px no-repeat; }



