/* Start of CMSMS style sheet 'MK Navigation: Simple - Vertical' */
#menu_vert {
   padding-left: 0;
   margin-left: 0em;
}

div#menu_vert ul ul ul {
}

#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #fff; 
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }

div#menu_vert a {
   text-decoration:none; 
   display: block; 
   padding: 0.4em 0.5em 0.4em 2.6em; 
   color: #18507C; 
   min-height:1em; 
   border-bottom: 2px solid #fff; 
}

div#menu_vert ul ul a {
   padding: 0.4em 0.5em 0.4em 4.6em;
   background-position: 1.5em center;
}

div#menu_vert ul ul ul a {
   padding: 0.4em 0.5em 0.4em 6.6em;
}

div#menu_vert a:hover {
  background-color: #EBEBEB; 
}

div#menu_vert a.activeparent:hover {
   background-color: #EBEBEB;
   color: #18507C;
}

div#menu_vert li a.activeparent {
   background-color: #ffffff;
   color: #fff;
   padding: 0.4em 0.5em 0.4em 2.6em;
}

div#menu_vert ul ul li a.activeparent {
   color: #ffffff;
   padding: 0.4em 0.5em 0.4em 4.6em;
}

div#menu_vert ul h3 {
   background: url(images/cms/knopfgold.png) no-repeat 0.9em center; 
   background-color: #ffffff;
   display: block; 
   padding: 0.4em 0.5em 0.4em 2.6em; 
   color: #fff; 
   font-size: 1em; 
   margin: 0; 
}

div#menu_vert ul ul h3 {
   padding: 0.4em 0.5em 0.4em 4.6em; 
   background-position: 2.8em center; 
   background-color: transparent; 
   color: #000; 
}

div#menu_vert ul ul ul h3 {
   padding: 0.4em 0.5em 0.4em 6.6em;
   background-position: 4.8em center;
}

div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0; 
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; 
}
/* End of 'MK Navigation: Simple - Vertical' */

