/* MENU VERTICAAL */#menu_vert a { border-bottom:none; }#menu_vert { margin: 0 0 2em 0; padding: 0 0 0 2em; }#main div#menu_vert { float:right; margin: 0 -5em 5em 2em; padding: 0; border-left:1px dotted #f29400; width:40%; }div#menu_vert ul ul ul { padding-bottom: 0.5em; } /* padding 3rd level to have it stand out */#menu_vert li { list-style: none; margin: 0; display: block; }#menu_vert ul ul li { border: none; }/*  fix stupid IE bug with display:block; */* html #menu_vert li a { height: 1%; } * html #menu_vert li hr { height: 1%; }/* Links 1e niveau (met tekstkleur voor alle niveaus en IE7 min-height-fix) */div#menu_vert a { text-decoration:none; display: block; padding: 0 0 1em 0; color: #F29400; font-weight: bold; }/* Links 2e niveau (meer padding en kleinere letter) */div#menu_vert ul ul a { padding: 0 0 1em 0; }/* Links 3e niveau (nog meer padding) */div#menu_vert ul ul ul a { padding: 0.5em 0 0.5em 1em; font-weight: normal; }div#menu_vert ul ul ul  li.sectionheader {display:none;}/* Links 4e niveau (nog meer padding) */div#menu_vert ul ul ul ul a { padding: 0.25em 0 0.25em 2em; font-weight: normal; font-style:italic; }/* hover state voor alle links */div#menu_vert a:hover { background-color: #F29400; color: #FFF2C9; }div#menu_vert a.activeparent:hover { background-color: #f29400; color: #FFF2C9; }/* active parent, that is the first-level parent of a child page that is the current page */div#menu_vert li a.activeparent { background-color: #transparent; color: #f29400; }div#menu_vert ul ul li a.activeparent { background-color: transparent; color: #E75236; }/* Actieve pagina 1e niveau */div#menu_vert ul h3 { background-color: white; display: block; padding: 0 0 1em 0; color: #E75236; font-size: 1em; margin: 0; }/* Actieve pagina 2e niveau */div#menu_vert ul ul h3 { font-size: 1em; padding:  0 0 1em 0 ; background-color: transparent; color: #E75236; }/* Actieve pagina 3e niveau */div#menu_vert ul ul ul h3 { padding: 0.5em 0 0.5em 1em; font-weight: normal; }/* Actieve pagina 4e niveau */div#menu_vert ul ul ul ul h3 { padding: 0.25em 0 0.25em 2em; font-weight: normal; font-style:italic; }/* RESERVED *//* section header */div#menu_vert li.sectionheader { text-decoration:underline; display: block; padding: 0.5em 0; color: #F29400; font-weight: bold; }/* 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 */
