.treeview {
	MARGIN: 0px;
	PADDING: 0px; 
	LIST-STYLE-TYPE: none;
	background:#FFF;
	width:190px;

}
.treeview UL {
	MARGIN: 0px;
	PADDING: 0px; 
	LIST-STYLE-TYPE: none;
}
.treeview .hitarea {
	WIDTH: 20px; 
	BACKGROUND: url(../images/treeview-default.gif) no-repeat -64px -30px; 
	FLOAT: left; 
	HEIGHT: 30px; 
	MARGIN-LEFT: -20px; 
	CURSOR: pointer;
}
.treeview LI {
	MARGIN: 0px; 
	PADDING-LEFT: 20px; 
	PADDING-RIGHT: 0px; 
	font-size:12px;
	line-height:34px;
    BACKGROUND: url(../images/treeview-default.gif) no-repeat -64px -30px;
}
.treeview a:link {
	COLOR:#000;
	text-decoration:none;
}
.treeview a:visited{
	COLOR:#000;
	text-decoration:none;
}
.treeview a:hover {
	COLOR:#F60;
	text-decoration:none;
}

.treeview A.selected {
	color:#f60;
	text-decoration:none;
}

.treeview .expandable-hitarea {
	BACKGROUND-POSITION: -80px 0px
}

.treeview LI.lastCollapsable {
	BACKGROUND: url(../images/treeview-default.gif) no-repeat 0px -106px;
}
.treeview LI.lastExpandable {
	BACKGROUND: url(../images/treeview-default.gif) no-repeat -32px -62px;
}
.treeview DIV.lastCollapsable-hitarea {
	BACKGROUND-POSITION: 0px 50%
}
.treeview DIV.lastExpandable-hitarea {
	BACKGROUND-POSITION: 0px 50%
}