#menu {
float:left;
margin: 4px 0px 0px 5px;
padding: 0px 7px 3px 0px;
border-left:1px solid #c7c7c7;
border-top:1px solid #c7c7c7;
border-right:1px solid #c7c7c7;
border-bottom:1px solid #c7c7c7;
background: #fff;
display: inline;
width: 145px;
}
.DynamicTree {

white-space: nowrap;
cursor: default;
float:left;
line-height: 9px;
background-color:#fff; 
width:145px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
display: inline;
}
.DynamicTree .doc img,
.DynamicTree .folder img { border: 0; vertical-align: -5px; }
* html .DynamicTree .doc img,
* html .DynamicTree .folder img { border: 0; vertical-align: middle; vertical-align: -4px; }
.DynamicTree .section { background: url(images/tree-branch.gif) repeat-y; display: none; margin-left: 10px; background-image:url(../images/menuline3.jpg);}
.DynamicTree .last { }
.DynamicTree .folder .folder { margin-left: 0px; border-bottom: 0px solid #e2f6e3; }
.DynamicTree .doc .doc, .DynamicTree .folder .doc { margin-left: 18px; }

.DynamicTree .doc a { color: #000000; text-decoration: none; }
.DynamicTree .doc a:hover { color: #000000; text-decoration: underline; }

.DynamicTree .folder a { color: #000000; text-decoration: none; }
.DynamicTree .folder a:hover { color: #000000; text-decoration: underline; }

.DynamicTree .text { padding: 1px; }
.DynamicTree .text-active { background: #CEE3FF;  padding: 1px; }



/* hack for IE to fix a bug (background of .section disappearing when mouse is over a link, for example Node 1.1.1.1) */
* html .DynamicTree .folder { position: relative; }

.DynamicTree img { border: 0; }

.DynamicTree .actions {
    position: relative;
    margin-top: 7px;
    margin-left: 10px;
    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;
}
.DynamicTree .moveUp { left: 0px; }
.DynamicTree .moveDown { left: 25px; }
.DynamicTree .moveLeft { left: 50px; }
.DynamicTree .moveRight { left: 75px; }
.DynamicTree .insert { left: 100px; }
.DynamicTree .info { left: 125px; }
.DynamicTree .remove { left: 150px; }

.DynamicTree .wrap { margin-left: 2px; }
.DynamicTree .top { background: url(images/tree.gif) no-repeat; padding-left: 25px; line-height: 20px; color: #333333; }
.DynamicTree .wrap1 { background: #ffffff; padding: 10px; border: 1px solid #919B9C; width: 250px; }
.DynamicTree .wrap2 { margin-left: 2px; }

.DynamicTree #tree-insert-form { display: none; margin-top: 1em; }
.DynamicTree #tree-insert-form .label { text-align: right; width: 50px; padding-right: 8px; }
.DynamicTree #tree-insert-form .input { margin-bottom: 2px; padding-left: 3px; }
.DynamicTree #tree-insert-form select { margin-bottom: 2px; }
.DynamicTree #tree-insert-form .button { margin-top: 4px; }

.DynamicTree #tree-info-form { display: none; margin-top: 1em; }
.DynamicTree #tree-info-form .label { text-align: right; width: 50px; padding-right: 8px; }
.DynamicTree #tree-info-form .input { margin-bottom: 2px; padding-left: 3px; }
.DynamicTree #tree-info-form select { margin-bottom: 2px; }
.DynamicTree #tree-info-form .button { margin-top: 4px; }

/***************ANTES MENY NEDAN **********************/

/* Turn off list bullets */
ul.vertnav li { list-style: none; display: block; }

ul.vertnav li a.expandlink:hover { text-decoration: none; }

#vertical-nav .active a { !important; font-size: 1.0em; }

ul.vertnav, ul.vertnav ul, ul.vertnav li {
  margin: 0; padding: 0 0 2px 0; 
}

li.open {
   background: url(../images/menuline4.jpg) no-repeat;
}
li.closed {
   background: url(../images/menuline2.jpg) no-repeat;
}
li.active {
   background: url(../images/menuline4.jpg) no-repeat;
}
li.nobullet {
   background: url(../images/menuline2.jpg) no-repeat;
}

/* This controls the indent for each sublist */
ul.vertnav ul {
  padding-left: 10px;
}

ul.vertnav a {
	padding: 0;
	line-height: 16px;
	margin: 0;
}
/* ul.vertnav { position: absolute;} */
ul.vertnav a.vertnavlink {
	padding:3px 3px 3px 4px;
}
/* Provide space for our own "bullet" inside the link */
ul.vertnav li a.expandlink { padding: 0 0 1px 11px; }

a.expandlink { text-decoration: none; }

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.vertnav li.open a.expandlink {
    background: url(../images/menu/tree-node-open.gif) center left no-repeat;
    /* padding:3px 3px 3px 6px; */
}
ul.vertnav li.open a.vertnavlink {
    text-decoration:none;
    
}
ul.vertnav li.closed a.vertnavlink {
    font-weight: normal;
    text-decoration: none; 
}
ul.vertnav li.nobullet a.vertnavlink {
    text-decoration: none; 
}
ul.vertnav li.closed a.expandlink {
    background: url(../images/menu/tree-node.gif) center left no-repeat;
}
ul.vertnav li.nobullet a.expandlink {
    background: url(../images/menu/tree-leaf.gif) center left no-repeat;
}
ul.vertnav li.active a.expandlink {
    background: url(../images/menu/tree-leaf.gif) center left no-repeat;
    font-weight: bold;
}
ul.vertnav li.last_li a.expandlink {
  background: url(../images/menu/tree-leaf-end.gif) center left no-repeat;
}
ul.vertnav li.nobullet a.vertnavlink {
    font-size: 1.0em !important;
    font-weight: normal !important;
}

/* Actually show and hide sublists */
ul.vertnav li.open ul { display: block; padding:2px 0 0 10px;}
ul.vertnav li.closed ul { display: none; }

