/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
padding: 0em;
margin: 0;
/* FG-04062009 text-transform: uppercase; */
}

#menu_vert a {
/* FG-04062009 font-weight: bold; */
/* FG-04062009 */
font-weight: normal;
letter-spacing: 0.1ex;
font-weight: 500;
}

#menu_vert ul {
padding: 0em 0em 0px 0px;
margin: 0;
}

/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
    #menu_vert li {
   list-style: none;
   display: block;
   padding:  .4em 0 .4em 0;
   margin: 0;

}

#menu_vert ul ul li {
   border: none;
   padding: 0 0 0 0;
margin: 0;


}

#menu_vert ul ul{
    margin: .0em .5em 0 0px;
    padding: .0em 0em .2em 0px; 
    /*border-bottom: 1px solid #dcc1cf;*/
    /*border-top: 1px solid #dcc1cf;*/
}

/** 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 */
     /* FG-04062009 padding: .2em 0.5em 0.2em 23px; */ /* some air for it */
     padding: .0em 0.5em 0.0em 23px; /* some air for it */
     color: #fff; /* this will be link color for all levels */
     min-height: 1em; /* Fixes IE7 whitespace bug */ 
     font-size: 100%;
     /* FG-04062009 */
     letter-spacing: 0.1ex;
}

/* next level links, more padding and smaller font*/
     div#menu_vert ul ul a {
     font-size: 90%;
     padding: .3em 0.5em .3em 40px;
     margin: 0;
     /* FG-04062009 */
     letter-spacing: 0.1ex;
}

/* third level links, more padding */
      div#menu_vert ul ul ul a {
      padding: 0.3em 0.5em 0.3em 1em;
     /* FG-04062009 */
     letter-spacing: 0.1ex;
}

/* hover state for all links */
div#menu_vert a:hover {
      color: #001594;
}

div#menu_vert ul ul a:hover {
     color: #001594;
}

div#menu_vert a.activeparent:hover {
   color: #001594;
   padding: 0.2em 0.5em 0.2em 23px;
   font-size: 100%;
     /* FG-04062009 */
     letter-spacing: 0.1ex;
}

/* **************************
active parent, that is the first-level parent 
of a child page that is the current page 
*/
    div#menu_vert li a.activeparent {
    color: #001594;
    padding: .2em 0  .2em 23px;
    /* FG-04062009 font-weight: bold; */
    /* FG-04062009 */
    font-weight: normal;
    letter-spacing: 0.1ex;
    font-weight: 500;
}

div#menu_vert ul ul li a.activeparent {
   background-color: transparent;
   color: #001594;
   font-size: 100%;
}

/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level **************************
*/
div#menu_vert ul h3 {
position: relative;
    color: #001594;
    font-size: 100%; 
    font-weight: bold;  
    display: block; 
    padding: 0.2em 0 .2em 23px;  
    background-image: url(uploads/images/img/seestern_05.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    /* FG-04062009 */
    text-transform: none;
    letter-spacing: 0.1ex;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul  h3{
   position: relative;
   font-size: 90%;
   padding: 0.2em 0.5em 0.2em 40px;   
   background-color: transparent;
   color: #001594;
   margin: 0;
   background-image: url(uploads/images/img/seestern_kl_08.gif);
   background-repeat: no-repeat;
   background-position: 22px 4px;
    /* FG-04062009 */
   letter-spacing: 0.1ex;
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 1em;
    /* FG-04062009 */
   letter-spacing: 0.1ex;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 100%;
   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 */
}
/* End of 'Navigation: Simple - Vertical' */

