/* Start of CMSMS style sheet 'myDreamisFrontendVertNavi' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 0;
}

div#menu_vert ul {
  padding: 0px;
  margin: 0px;
  list-style-image: none;
  list-style-type: none;
}

div#menu_vert ul li.currentpage {
  list-style-image: url(images/arrowNavi.jpg);
  list-style-type: none;
}

div#menu_vert ul li.activeparent{
  list-style-image: url(images/arrowNavi.jpg);
  list-style-type: none;
}

#menu_vert li {
   margin: 0;
   padding-bottom:2px;
   padding-top:2px;
}

/** 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.8em 0.5em 0.8em 1.5em; *//* some air for it */
   background: url(images/pfeil_eeeeee.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   color: #d9c5cd; 
}


/* hover state for all links */
div#menu_vert a:hover {
   color: white;
}
div#menu_vert a.activeparent:hover {
   color: white;
}


/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/pfeil_eeeeee.gif) no-repeat 0.4em center; 
   color: #white;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h2 {
   background: url(images/pfeil_eeeeee.gif) no-repeat 0.4em center;
   background-color: #385C72;
text-decoration: none;
/*   display: block;  */
   background: url(images/pfeil_eeeeee.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   color: #333333;
   margin: 0;                                  /* as <h3> normally has some margin by default */
   padding-left: 20px;
text-decoration: none;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   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: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}


/* subnavigation */

#submenu_vert {
   padding-left: 0;
   margin-left: 0;
}

div#submenu_vert ul {
  padding: 0px;
  margin: 0px;
  list-style-image: none;
  list-style-type: none;
}


#submenu_vert li {
   margin: 0;
   padding-bottom:2px;
   padding-top:2px;
}
div#submenu_vert ul ul {
  list-style-image: none;
  list-style-type: none;
  padding-left: 20px;
}


div#submenu_vert ul li ul li.currentpage {
  list-style-image: url(images/arrowSubNavi.jpg);
  list-style-type: none;
}

#submenu_vert ul li ul li {
   border: none;
}

/* next level links, more padding and smaller font */
div#submenu_vert ul ul a {
/*   padding: 0.5em 0.5em 0.5em 2.8em; */
  /* background-position: 1.5em center; */
   color: #4f152a;
   text-decoration: none;
}

div#submenu_vert ul ul a:hover {
   color: #3b081b;
}

div#submenu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #d9c5cd;
}



/* End of 'myDreamisFrontendVertNavi' */

