/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin:0;
}


/* menu li block */
#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%; }
/** end fix **/

/* first level links */
div#menu_vert a {
	text-decoration:none;
	color:#666666;
	display:block;	
	width:144px;
	padding:2px 6px 2px 12px;	
	text-align:left;

}



/* hover state for all links */
div#menu_vert a:hover {
	background-color: #F36F21;
	color:#FFFFFF;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
	display: block;
        width:144px;
	padding:2px 6px 2px 12px;	
	text-decoration:none;
	background:url(images/pijlrechts.gif) right  no-repeat;
        font-weight:normal;
        color:#666666;
}

div#menu_vert .sectionheader {
    display: block;
    width:144px;
    padding:2px 6px 2px 12px;	   
    color:#000;
   border-bottom:#CCC 1px solid;
 }

div#menu_vert .separator {
width:158px;
display:block;
height:1px;
background-color:#F36F21;

}

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

