/*
#################
###   MENU'   ###
#################
*/
.dtree {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font:10px Arial, Helvetica, sans-serif; font-weight: bold;
	/*font-size: 10px;*/
	color: #000666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #000333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	color:#305E5C;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #990000;
	background-color: #F0F0F0;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}