/* Start of CMSMS style sheet 'GCSS_NavigationVerticale' */
/********************
MENU
*********************/
/* -- Menu container -- */
#menu_vert {
   padding-left: 0;
!   margin-left: 0.5em;
}

/* -- For each menu line  -- */
#menu_vert li {
   list-style: none;
   margin: 0;
!   border: 1px solid red;
}

/* -- First level entries -- */
#menu_vert ul li a{
   margin-left: 0.1em;
   font-size: 150%;
   text-decoration:none; /* no underline for links */
   display: block;  /*IE has problems with this, fixed above */
   padding: 0.6em 0.2em 0.6em 2em; /* some air for it */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}
/* -- Current page is in a first level entry -- */
#menu_vert ul .currentpage{
   margin-left: 0.1em;
   font-size: 150%;
   font-weight: bold;
   text-decoration:none; /* no underline for links */
   display: block;  /*IE has problems with this, fixed above */
   padding: 0.6em 0.2em 0.6em 2em; /* some air for it */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   background: url(images/cms/MenuActive1.png) no-repeat top left;
}

/* -- Second level entries -- */
#menu_vert ul ul li a{
   font-size: 120%;
   margin-left: 2em;
   margin-right: 1em;
   background-position: center left;
   text-indent: 25px;
}

/* -- Current page is in a second level entry -- */
#menu_vert ul ul .currentpage{
   font-size: 120%;
   font-weight: bold;
   margin-left: 2em;
   margin-right: 1em;
   background: url(images/cms/MenuActive2.png) no-repeat center left;
   border-top: 1px solid #CDEB8B;
   text-indent: 25px;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* hover state for all menu entries */
div#menu_vert ul a:hover {
   background: url(images/cms/MenuOver1.png) no-repeat top left;
}
div#menu_vert ul ul a:hover {
   background: url(images/cms/MenuOver2.png) no-repeat center left;
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: 2 px;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #FF0000;
   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 'GCSS_NavigationVerticale' */

