/* alle lister i hele træet: */
ul.vertical, ul.vertical ul {
  margin: 0px;
  padding-left: 16px; /* indryk - overskriver oprindelige indryk */
} 

/* kun den yderste ul: */
ul.vertical {
  position: absolute;
  left: 0px;
  top: 140px;
  padding-left: 6px;  /* overskriver */
  z-index: 2000;
  
}

/* alle li'er i hele træet: */
ul.vertical li {
   text-align: left;
   list-style-type: none;
   /*width: 8em;*/
   width: 11em;
   margin-top: 0.1em;
}

/* alle ul'er undtagen den yderste */
ul.vertical ul {
	margin-top: 0.2em;  /* da de automatisk mellemrum er mindre ved start på ul */
}

ul.vertical a, ul.vertical a:visited {  /* link mangler her sammenlignet med vertical.css */
  display: block; 
  cursor: pointer;
  cursor: hand;
  border-left-width: 1px;
  border-left-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
    padding: 4px; 
  font-size: 12px;  /* før 0.7em */
  text-decoration: none;
  
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 1.5px;
  font-weight: bold;
  background-position: center;
}




.arrowRight, 
.arrowNone, 
.arrowDown {
	padding: 0px; 
	line-height: 0px; 
	font-size: 0px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px;
	float: left;
	margin: 3px;
	margin-left: 4px;
	
}
.arrowRight, .arrowNone {
	margin-top: 5px;		/* øget med 2 */
	
	margin-right: 2px;
	

}
.arrowDown {
	margin-top: 9px;		/* øget med 3 */
	
	margin-right: 3px;
}



