/* Start of CMSMS style sheet 'claudi_navi' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 20px;
   margin-left: 0;
}

/* menu li block */
#menu_vert li {
   padding-top: 12px;
   list-style: none;
   margin: 0;
   display: block;
   height:30px;
   line-height: 1em;
}

div#menu_vert ul h3 {
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;
   color: #060; /* rot #900; rosa #ff99cc;*/
   font-size: 1em; 
   margin: 0;
   background-color: #fff;
}

.currentpage h3 {
   background-color: #fff;
   color: #060; /* rot #900; #ff99cc;*/
   border-bottom: 1px solid #060; /* rot #900; #ff99cc;*/
   border-right: 1.1em solid #060; /* rot #900; #ff99cc;*/
}

div#menu_vert a {
   border-bottom: 1px solid #666; 
   border-right: 1.1em solid #666;
   text-decoration:none;
   display: block;
   padding: 0.8em 0.5em 0.8em 1.5em;
   color: #666;
   min-height:1em;
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #fff;
   border-bottom: 1px solid #060; /* rot #900; #ff99cc;*/ 
   border-right: 1.1em solid #060; /* rot #900; #ff99cc;*/
}

/* 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;
}



/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* 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 'claudi_navi' */

