.menu {
          color: #ffffff;
          font-weight: bold;
          font:9px verdana, arial;
		 }

.DynamicTree .section {  display: none; line-height: 12px;}


.DynamicTree .last { background: none; line-height: 12px;}
.DynamicTree .folder .folder { margin-left: 6px; line-height: 12px; }
.DynamicTree .doc .doc, .DynamicTree .folder .doc , .DynamicTree .folder_act .doc,
.DynamicTree .doc .doc_act, .DynamicTree .folder .doc, .DynamicTree .folder_act .doc_act{ margin-left: 6px; line-height: 12px;}
.DynamicTree .doc a { color: #FFFFFF; text-decoration: none; line-height: 11px; }
.DynamicTree .doc a:visited { color: #FFFFFF; text-decoration: none; line-height: 11px;  } 
.DynamicTree .doc a:hover { color: #FFFFFF; text-decoration: underline; line-height: 11px;  }
.DynamicTree .folder a { color: #FFFFFF; text-decoration: none;  }
.DynamicTree .folder a:hover { color: #FFFFFF; text-decoration: underline; }
.DynamicTree .folder_act a:hover { color: #FFFFFF; text-decoration: underline; }
.DynamicTree .folder_act a { color: #FFFFFF; text-decoration: none; }
.DynamicTree .folder_act { display: block;}
.DynamicTree .folder_act .folder_act { margin-left: 6px; line-height: 12px; }
.DynamicTree .folder_act .doc_act a { color: #FFFFFF; text-decoration: underline; }
f;}
.DynamicTree .text { padding: 3px; line-height: 17px; }
.DynamicTree .text-active { background: #CEE3FF;  line-height: 17px;}

.DynamicTree img { border: 0px;}

.DynamicTree .actions {
    position: relative;
    margin-top: 7px;
    margin-left: 4px;
    height: 20px;
}
.DynamicTree .tooltip {
    position: absolute;
    line-height: 22px;
    left: 185px;
}
.DynamicTree .moveUp,
.DynamicTree .moveDown,
.DynamicTree .moveLeft,
.DynamicTree .moveRight,
.DynamicTree .insert,
.DynamicTree .info,
.DynamicTree .remove {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border: 1px solid #F1EFE2;
    z-index: 5;
    cursor: default;
}
.DynamicTree .moveUp:hover,
.DynamicTree .moveDown:hover,
.DynamicTree .moveLeft:hover,
.DynamicTree .moveRight:hover,
.DynamicTree .insert:hover,
.DynamicTree .info:hover,
.DynamicTree .remove:hover {
    background-color: #ffffff;
    border: 1px solid #ACA899;
}