/*niet aktief*/ 
		div.nav 
		{
		position: absolute;
		top: 2em;
		background: #119999;
		
		}
		.nav a
		{
			
			
			margin:0;
			font-family: Verdana;
			font-size: 0.75em;
			color:white;
			text-decoration: none;
			text-align: center;
			text-transform:uppercase;
			background: #1f9999;                		
		}
		.nav li
		{
		padding: 0.3em;
		}
		.nav #menubalk 
		{
			display: none;
		}
	
		.nav ul  
		{
			display: none;
			padding: 3em 0.2em 0.2em 0.2em;
			margin: 0;
			list-style: none;
		}
		.nav ul ul
		{
			list-style: disc;
			padding: 0.2em 0.2em 0.2em 1em;
		}
		#menu-separator
		{
			padding: 0;
			margin: 0;   
			top: 3em;			/*top*/
			position: relative;
			width: 100%;
			background: #a9ffff;
		}
		#menu-titel
		{
			padding: 0;
			margin: 0;
			position: fixed; 
			top: 2em;			/*top*/			
			width: 6em;
			background: #1f9999;
			text-align: center;
		
		}
		.vlag a
		{
			padding: 0.55em 0.4em;
		}
		.vlag img
		{
			height: 1.4em;
		}
		

/*hover*/
		div.nav:hover
		{
			
		}
		
		.nav div:hover ul
		{
			display: block;

		}
	
		.nav div:hover   #menu-titel 
		{
			display: none;
		}
		
