#header 
		{					/*plaatje met logo en pine and sea titel*/	
		margin-left:auto;
		margin-right:auto;
		margin-top:60px;
		width:748px;
		height:160px; 
		background-image:url(header.png);
		background-repeat:no-repeat;
		}

/*--------------------------------------------------------------------------------------------------------------------------------------------------*/
/* CSS Internet Explorer navigatie
/*--------------------------------------------------------------------------------------------------------------------------------------------------*/


.nav	
		{					/*unordered list navigatie*/
		text-align:center;
		width:748px; 
		height:20px;
		margin:0px; 
		padding:0px;
		}
.nav li	
		{					/*list items unordered list navigatie*/
		text-align:left; 
		display:inline; 
		width:100px; 
		margin-left:10px; 
		margin-right:10px; 
		margin-top:0px;
		margin-bottom:0px;
		padding:0px;
		list-style-type:none;
		}
		
.naveen					
		{					/*nested unordered list*/
		display:none; 
		position:absolute; 
		width:100px; 
		margin-top:0px; 
		margin-right:0px; 
		margin-left:0px; 
		margin-bottom:0px; 
		padding:0px; 
		text-align:left;
		} 

.naveen li 
		{
		display:block;
		position:relative;
		left:263px; /*bepaalt de afstand van de popmenu items*/
		top:-1px;
		text-align:left; 
		width:100px;
		list-style-type:none;
		margin-top:0px; 
		margin-right:0px; 
		margin-left:0px; 
		margin-bottom:0px; 
		padding:0px;
		}
		
.navtwee				
		{						/*nested unordered list*/
		display:none;
		position:absolute; 
		width:100px; 
		margin-top:0px; 
		margin-right:0px; 
		margin-left:0px; 
		margin-bottom:0px; 
		padding:0px; 
		text-align:left;
		} 
		
.navtwee li 				
		{
		display:block;
		position:relative;
		left:370px;/*bepaalt de afstand van de popmenu items*/
		top:-1px;
		text-align:left; 
		width:100px;
		list-style-type:none;
		margin-top:0px; 
		margin-right:0px; 
		margin-left:0px; 
		margin-bottom:0px; 
		padding:0px;
		}

.nav li:hover .naveen 		{display:block;} /*on hover maak .naveen visible*/
.nav li:hover .navtwee	{display:block;} /*on hover maak  .navtwee visible*/

		
.nav li a.menupassive		{color:#000000; font-family:Trebuchet MS; font-size:12px; font-weight:bold; text-decoration:none;}
.nav li a.menuactive		{color:#FFFFFF; font-family:Trebuchet MS; font-size:12px; font-weight:bold; text-decoration:none;}
.nav li a:hover 			{color:#FFFFFF; font-family:Trebuchet MS; font-size:12px; font-weight:bold; text-decoration:none;}


/*eind unordered list opmaak*/