.dtree {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: black;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: black;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	text-decoration: none;
}
.dtree a.node:hover
{
	background-color: #004596;
	color: white;
}
.dtree a.nodeSel:hover 
{
	background-color: #004596;
	color: white;
}
.dtree a.nodeSel:visited
{
	background-color: #FFDD00;
	color: black;
}
.dtree .clip {
	overflow: hidden;
}

.left_absolute_nav {
	position: absolute;
	height: 100%;
}