.TreeView {
	font: Verdana;
	font-style: normal;
	width: 90%;
	cursor: default;
}

.TreeView a {
	cursor: pointer;
}

.TreeView LI {
	width: auto;
	list-style: none;
	padding-top: 6px;
	padding-left: 18px;
}

.TreeView,.TreeView ul {
	margin: 0;
	padding: 0;
}

LI.Expanded {
	background: url(/peticionamento/faces/javax.faces.resource/toggle-small.png?ln=img) no-repeat left top;
	background-position: 1px 5px;
}

LI.Expanded ul {
	display: block;
}

LI.Collapsed {
	background: url(/peticionamento/faces/javax.faces.resource/toggle-small-expand.png?ln=img) no-repeat left
		top;
	background-position: 1px 5px;
}

LI.Collapsed ul {
	display: none;
}