/* Start of CMSMS style sheet 'IS Menue Vertikal' */
/********************
MENU
*********************/

#menu_vert li {
   list-style: none;
   height: 1%;
}

/* first level links */
div#menu_vert li a{
   margin: 0px;
   padding: 0px;
   font-size: 0.7em;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   color: #29a22d; /* this will be link color for all levels */
   min-height: 0em; /* Fixes IE7 whitespace bug */ 
   font-weight:bold;
}

/** fix stupid ie bug with display:block; **/
/* html #menu_vert a { height: 0px;} */ 
/** end fix **/

div#menu_vert ul a {
   padding: 0.5em 0.5em 0.5em 1.0em;
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

div#menu_vert ul ul a {
   padding: 0.5em 0.5em 0.5em 2.5em;
}

div#menu_vert ul ul ul a {
   padding: 0.5em 0.5em 0.5em 4.0em;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/


div#menu_vert ul a.activeparent {
   padding: 0.5em 0.5em 0.5em 1.0em;
   margin: 0em;
   min-height: 1em; /* Fixes IE7 whitespace bug */ 
}

div#menu_vert ul ul a.activeparent {
   padding: 0.5em 0.5em 0.5em 2.5em;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/


div#menu_vert li  h3 {
   font-size: 0.7em;
   color: #000000;
   margin: 0px;
   padding: 0px;;
}

div#menu_vert ul h3 {
   padding: 0.5em 0.5em 0.5em 1.0em;
}

div#menu_vert ul ul h3 {
   padding: 0.5em 0.5em 0.5em 2.5em;
}

div#menu_vert ul ul ul h3 {
   padding: 0.5em 0.5em 0.5em 4.0em;
}




/* hover state for all links */
div#menu_vert a:hover {
   color: #ffffff;
   background-color: #29a22d;
}
div#menu_vert a.activeparent:hover {
   color: #ffffff;
   background-color: #29a22d;
}

/* section header */
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;
}

/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #ffffff;
   overflow:hidden !important;
   line-height:10px !important;
   font-size:1px; /* for ie */
}




div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'IS Menue Vertikal' */

