#tree {
	padding: 5px 0px;
	background-color: white;
	border: 1px solid #aa0000;
	width: 230px;
	visibility: visible;
}

#tree img {
	border: 1px solid blue;
}

#tree span.icon {
	background-image: url('../images/tree/plus.gif');
	background-repeat: no-repeat;
	padding-left: 12px;
	cursor: pointer;
}

#tree a {
	color: Black;
}

#tree span.selected a, #tree div.selectedlist a {
	font-weight: bold;
	font-size: 110%;
	color: #aa0000;
}

#tree div.list, #tree div.selectedlist {
	background-image: url('../images/tree/corner.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	cursor: pointer;	
}

#tree div.list a {
	color: blue;
}

#tree div.selectedlist {
	font-weight: bold;
}