/* Start of CMSMS style sheet 'DTZ Navigation Vertikal' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: -3em;    /* Einrücken nach links */
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0em; /* war urspr. 0.5em */
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
   margin-left: -2em;    /* 2. Ebene des Sub-Menus einrücken nach links */
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none;                    /* no underline for links */
   display: block;                              /* IE has problems with this, fixed above */
   padding: 0.1em 0.5em 0.1em 0em;   /* some air for it: oben, rechts, unten, links */
   color: #666666;                            /* this will be link color for all levels */
   font-weight:bolder;                       /* all links bold */
   min-height:1em;                            /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding */
div#menu_vert ul ul a {
   padding: 0.1em 0.5em 0.1em 0em;
}



/* hover state for all links */
div#menu_vert a:hover {
   background-color: #FFFFF;       /*weiß */
   color: #F29400;                      /* orange */
}
div#menu_vert a.activeparent:hover {
   background-color: #FFFFFF;     /*weiß */
   color: #F29400;                      /* orange */
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background-color: #FFFFFF;
   color: #666666;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background-color: #FFFFFF;
   display: block; 
   padding: 0.1em 0.5em 0.1em 0em;  /* some air for it */
   color: #F29400;                          /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}


/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   padding: 0.1em 0.5em 0.1em 0em;
   border-bottom: none;
   color: #F29400;     
}
/* End of 'DTZ Navigation Vertikal' */

