.tree
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tree li
{
	width: 90%;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}

.tree li img
{
	width: 14px;
	height: 14px;
	border: 0;
	padding: 1px 0 1px 3px;
	vertical-align: middle;
	display: inline;
	cursor: pointer;
}

.tree li img.open
{
	background: url(../images/tree/minus.gif) top left no-repeat;

}

.tree li img.closed
{
	background: url(../images/tree/plus.gif) top left no-repeat;
}

.tree li span
{
	background-color: #F3F6FF;
	padding: 2px 0;
	color: #000;
	cursor: pointer;
}

.tree li span.highlight
{
	background-color: #BFD9F0;
	padding: 2px 0;
}

.tree li span.selected
{
	background-color: #BFD9F0;
	padding: 2px 0;
}
