/* --------------- vestiging menu -------------- */
#vestiging {
	width:220px;
	padding: 0;
  margin:0;
  margin-bottom:4em;
  font-family: verdana, arial, sans-serif; 
}

#vestiging ul {
	margin:0;
	margin-left:-1em;
  padding:0;
  list-style: none;
}

#vestiging li {
	width:100%;
  text-align: right;
  margin:0;
  padding:0;    
}

#vestiging li a:link, #vestiging li a:visited, #vestiging li a:hover {
	width:100%;
	display:block;
  color: #fff;
  font-size: 0.8em;
  line-height:2.2em;
  font-weight: bold;
  border: 0;
  padding:0;
  margin:0;  
  padding-right:10px;
  height:2.2em;
  background-color:#fff;
  text-decoration: none;
  color: #082f69;  
  border-right:4px solid #fe1a14;
}

#vestiging ul li ul {
	voice-family: "\"]\"";
	voice-family: inherit;
	width:252px;	
}

html > body #vestiging ul li ul {
	width:240px;
}


#vestiging ul li ul li a:link, #vestiging ul li ul li a:visited {	
	background-color:#0c3b81;	
	text-decoration:none;	
  color: #fff;
  font-size: 0.8em;
  line-height:2.2em;
  font-weight: normal;
  border: 0;
  padding:0;
  margin:0;  
  padding-right:10px;
  height:2.2em;    
  margin-left:18px;  
}

#vestiging ul li ul li a.subsubActief {		
	text-decoration:underline;	
}

#vestiging ul li ul li a.subsubNonActief:hover {
	text-decoration:underline;			
}

/* 3e nivo */
 
#vestiging ul li ul li ul {
	width:255px;
}

#vestiging ul li ul li ul li a.subsubsubActief {	
	background:none;	
	font-style:italic;
	padding-right:10px;
	
	text-decoration:underline;	
}

#vestiging ul li ul li ul li a.subsubsubNonActief {	
	background:none;	
	font-style:italic;
	padding-right:10px;
	
}

