@charset "iso-8859-1";
/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr               |
|--------------------------------------------------*/

.dtree {
	width:175px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #334d55;
	white-space: nowrap;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #334d55;
	text-decoration: none;
}	
.dtree a.node, .dtree {
	color: #334d55;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
} 
.dtree a.nodeSel {
	color: #334d55;
	white-space: nowrap;
	/*background-color: #CCCCCC;*/
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #334d55;
	text-decoration: underline;
}
.dtree a.node:active, .dtree a.nodeSel:active {
	/* background-color: #CCCCCC; */
	color: #FFFFFF;
	text-decoration: none;
}
.dtree a.nodeSel {
	color: #334d55;
	background-color: #DDDDDD;
}
.dtree .clip {
	overflow: hidden;
}
.navigationcolumn {
	width:125px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
}

