.tree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 10px;
	white-space: nowrap;
	width: auto;
	border: 1px solid #E6E6E6;
	float: left;
}
.tree img {
	border: 0px;
	height: 18px;
	vertical-align: text-bottom;
}
.tree a {
	color: #000;
	text-decoration: none;
}

.tree a.selected { background-color: #0a246a; color: #fff; padding: 2px;}
.tree a:hover.selected { background-color: #0a246a; color: #eee; padding: 2px;}

.tree a:hover {
	color: #345373;
}

.tree a.node, .tree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.tree a.node:hover, .tree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.tree a.nodeSel {
	background-color: #c0d2ec;
}
.tree .clip {
	overflow: hidden;
}
