.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
	display:none;
}

.treeview .hitarea {
	background: url(../images/bot.gif) 0 2px 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 16px;
	background: url(../images/bot.gif) 0 5px no-repeat;
}

.treeview li a {
	color: #779707;
	font: 12px Tahoma;
}

.treeview li a.nochildren {
	color: #000000;
	font: 12px Arial;
}

.treeview li ul li a {
	color: #16316F;
	font: 11px Tahoma;
}

.treeview li a.hover {
	color: #cc3e0f!important;
	text-decoration: none;
	cursor: pointer;
}

.treeview .collapsable-hitarea, .treeview div.lastCollapsable-hitarea {
	background-image: url(../images/bot_-.gif);
}

.treeview .expandable-hitarea, .treeview div.lastExpandable-hitarea {
	background-image: url(../images/bot_+.gif);
}

.treeview li.collapsable, .treeview li.expandable {}
.treeview li.lastCollapsable, .treeview li.lastExpandable {}
.treeview li.last {}
.treeview li.lastCollapsable {}
.treeview li.lastExpandable {}

