/* opmaak van het menu */
	
	#left_menu li {
		background: url(../images/arrow-link.gif) no-repeat;
		border-top: 1px solid #d1e1e7;
		background-position: 10px 8px;
	}
	
	#left_menu li li {
		background: url(../images/arrow-link.gif) no-repeat;
		/*border-top: 1px solid #f3f5f4;*/
		border-top:0px;
		background-position: 30px 8px;
	}
	
	#left_menu ul li#selected { 
		background: transparant; width:143px;
		background-image: url(../images/arrow-active.gif);
		background-position: 10px 8px;
		background-repeat: no-repeat;	
	}
	
	#left_menu ul li#selected a, #left_menu ul li#selected h2 { 
		font-weight: bold;
	}
	
	#left_menu ul li#selected li a, #left_menu ul li#selected li h2{ 
		font-weight: normal;
	}
	
	#left_menu li a:hover, #left_menu li li a:hover, #left_menu li#selected a:hover, #left_menu li#selected li a:hover  {
		font-weight: bold;
	}
	
	#left_menu li li:hover, #left_menu li li.over {
		background-image: url(../images/arrow-active-right.gif);
		background-position: 30px 8px;
		background-repeat: no-repeat;	
	}
	
	#left_menu ul li#selected ul li#subselected { 
		background-image: url(../images/arrow-active-right.gif);
		background-position: 30px 8px;
		background-repeat: no-repeat;	
	}
	
	#left_menu ul li#selected ul li#subselected a { 
		font-weight: bold;
	}
	
	#left_menu ul li#notSelected { 
		background: transparant; width:143px;
		background-image: url(../images/buttons/pijl_mo.gif);
		background-repeat: no-repeat;	
	}
	
	#left_menu li:hover, #left_menu li.over {
		background-color: transparant;
		background-image: url(../images/arrow-active.gif);
		background-repeat: no-repeat;
	}

	

	#left_menu li.pijl {
		background-image: url(../images/pijl.gif);
		background-repeat: no-repeat;
		background-position: center right;
	}
	
	#left_menu ul a, #left_menu ul h2 {
		font: 11px/16px arial, helvetica, sans-serif;
		cursor: pointer;
		padding-left:30px;
		width:113px;
	}
	
	#left_menu ul ul a, #left_menu ul ul h2 {
		padding-left:40px;
		width:110px;
		color: #336699;
	}
	
	#left_menu ul a, #left_menu ul h2 { font-weight: normal; color: #264051; text-decoration: none;}
	#left_menu ul ul a, #left_menu ul ul h2 { font-weight: normal; } 
	
	#left_menu li.spacer {
		width:143px;
		height:1px;
		background-image: url();
		background-repeat: no-repeat;	
	}