ul.tree {
	margin-top: 10px;
	list-style: none;
	padding: 1px;
	font-weight: normal;
	clear: both; 
	overflow: hidden;
	background-color: #006080;
}

ul.tree > li > ul {
	background: none;
	background-color: #004060;
} 

ul.tree > li > ul > li > ul {
	background-color: #f0f0f0;
} 

ul.tree li {
	border-bottom: 1px dotted Silver;
	padding: 10px 0px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 100%;
	color: #909090;
	text-transform: uppercase;
}

ul.tree li:last-child {
	border: none;
}

ul.tree li a {
	color: White;
	text-decoration: none;
	display: block;
}

ul.tree li a:hover {
	color: #ff8f2a;
}

ul.tree a.selected {
	color: #ff8f2a;
}

div.tplus, div.tminus {
	margin-right: 0px;
	margin-left: 5px;
	background-image: url('/images/tree/plus.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	float: right;
	clear: right;
}

div.tminus {
	background-image: url('/images/tree/minus.png');
}