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

.treeview ul {
	background-color: white;
	margin-top: 0px;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	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: 3px 0pt 3px 20px;
}

.treeview a.selected {
	background-color: #ffffff;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover {
	//color: red;
	//cursor: pointer;
	text-decoration: underline;
}

/* solid vertical line
 .treeview li { background: url(images/treeview-black-line.gif) 0 0 no-repeat; }
*/

/* dotted vertical line */
.treeview li { background: url(images/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-image: url(images/treeview-default.gif); }  
.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; }

	.top_padding_for_treeview_1st {text-align: left; vertical-align: top; padding-top: 0px;}
	.top_padding_for_treeview_2nd {text-align: left; vertical-align: top; padding-top: 20px;}
	.top_padding_for_treeview_3rd {text-align: left; vertical-align: top; padding-top: 41px;}
	.top_padding_for_treeview_4th {text-align: left; vertical-align: top; padding-top: 64px;}
	.top_padding_for_treeview_5th {text-align: left; vertical-align: top; padding-top: 86px;}
	.top_padding_for_treeview_6th {text-align: left; vertical-align: top; padding-top: 109px;}
	.top_padding_for_treeview_7th {text-align: left; vertical-align: top; padding-top: 132px;}
	.top_padding_for_treeview_8th {text-align: left; vertical-align: top; padding-top: 150px;}
	.top_padding_for_treeview_9th {text-align: left; vertical-align: top; padding-top: 177px;}
	.top_padding_for_treeview_10th {text-align: left; vertical-align: top; padding-top: 195px;}
	.top_padding_for_treeview_11th {text-align: left; vertical-align: top; padding-top: 218px;}








