/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-top:30px;
   width:150px;
   height:350px;
   background: url(uploads/images/links.gif) no-repeat ; 
   font-size:12px;
   font-weight:bold;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin-left: 7px;
   margin-bottom: 30px;
   display: block;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/********links*********/
div#menu_vert a {
   text-decoration:none;        /* no underline for links */
   display: block;                  /* IE has problems with this, fixed above */
   color: #fff;                       /* this will be link color for all levels */
 /*  min-height:1em;                Fixes IE7 whitespace bug */ 
}

/*********** hover************/
div#menu_vert a:hover {
   color:#00a4e8;
}

div#menu_vert ul h3 {
   display: block; 
   color: #fff;                          /* this will be link color for all levels */
   font-size:12px;                    /* instead of the normal font size for <h3> */
   margin: 0;                          /* as <h3> normally has some margin by default */
}

/******actieve link*****/
div#menu_vert ul ul h3{
    color: #007db3;
}

/* submenu keuze  */
div#menu_vert ul ul ul h3{
   padding: 0.8em 0em 0em 1.5em;   
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.8em 0em 0em 1.5em;
}

/* End of 'Navigation: Simple - Vertical' */

