.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	/*background:#e6f2ed;*/
	margin-top:0;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	color:#2d5544;
	text-decoration: none;
	font: .688em  Arial;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #cc9933;
    text-decoration: none;
    font: .688em Arial;
	background:#FFFFFF;
}
.dtree li:hover {
	background:#e6f2ed;
}
/*.dtree a.node:visited, dtree a.nodeSel:visited {
	color:#448267 ;
    text-decoration: none;
    font: 11px  Arial;
}*/
.dtree .clip {
	overflow: hidden;
}


.dtree #menuMuisca1{
/*	background: #FAFAFA;*/
	background: #EFEFEF;
}

.dtree #menuMuisca2{
	background: #FAFAFA;
}

.dTreeRoot {
    color:#2d5544;
	font: bold 0.75em Arial;
	margin-left: 0;
    padding:5px;
    border-bottom:1px solid #B9CEC2;
	background: #FAFAFA;
/*	background:url(../images/bot_menu.jpg);*/
}

.dTreeNode{
     padding:2px;
     padding-left: 28px;
     text-indent:-28px;
     border-top:1px solid white;
     border-bottom:1px solid #B9CEC2;
}
.dTreeNodeHover{
     padding:2px;
     padding-left: 28px;
     text-indent:-28px;
     border-top:1px solid white;
     border-bottom:1px solid #B9CEC2;
	 background:#FAFAFA;
}

