 nav {
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	float:left;
	margin: 1% 1% 1% 1%;
	height: auto;
	width: 18%;
		
	z-index: 2;
	-moz-border-radius-topleft: 5px; 
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
	text-align: center;
}

.menu_item{
	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	
	cursor: pointer;
	
	list-style: none;
	display: block;
	font-weight: bold;
	color: #0088cc;
	background-color: #ffffff;
	
	word-wrap: break-word;
}

.menu, .menu_item {
	margin:0px;
	padding:0px;
	list-style: none;
	display: block;
	width: 100%;
}

#sub_menu_comm, #sub_menu_voor {
	display:none;
}


div.menu_item>a:hover{
	color: #ffffff;
}


.menu_item:hover, .sub_menu_item:hover {
		
	color: #ffffff;
	background: #ff5c00 url('../images/alert-overlay.png') repeat-x;
}

#kamernl {
background-color:#fff; 
width:100%;
font-weight: bold;

}
#careerjet {
background-color:#fff; 
width:100%;
font-weight: bold;

}

