.treeview {
	margin: 10px 8px 0px 8px;
	padding: 0px;
	list-style: none;
}

.treeview a {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

.treeview a:hover {
	text-decoration: underline;
}

.treeview a.selected {
	background: #CAD7DE;
	padding: 0px 3px;
	text-decoration: none;
}

.treeview ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.treeview li {
	background: url(/imagens/treeview/treeview-line.gif) 0px -28px no-repeat;
	padding: 2px 0px 2px 20px;
}

.treeview li.home {
	background-position: 0px 4px;
}

.treeview li.last,
.treeview li.lastCollapsable,
.treeview li.lastExpandable {
	background-position: 0px -1810px;
}

.treeview .hitarea {
	float: left;
	font-size: 6px;
	background: url(/imagens/treeview/treeview.gif) 0px 0px no-repeat #FF0000;
	height: 11px;
	width: 11px;
	margin: 2px 0px 0px -18px;
	cursor: pointer;
	position: relative;
}

* html .hitarea {
	display: inline;
	float: none;
}

.treeview .collapsable-hitarea {
	background-position: -19px 0px;
}

.treeview .expandable-hitarea {
	background-position: 0px 0px;
}