/*MENU OPMAAK*/
#menu{
	height: 100%;
	/*padding-left: 10px;*/
	text-transform: none;
	
	border-right: 1px solid #FF6600; 	
	background-color: #B2E0B2;
}
#menu ul { 
	left:2px;
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	width: 162px; /* Width of Menu Items */ 
	color: #CDECCD;
	border-top: 1px solid #000066;
} 

#menu ul li { 
	position: relative; 
	/*padding-bottom: 5px;*/
} 

#menu li ul { 
	position: absolute; 
	left: 161px; /*Set 1px less than menu width */ 
	top: 0; 
	display: block; 
	border-top: 0px solid #000066;
	/*background-color: #666666;
	padding-top: 5px;*/
} 

#menu li:hover ul {
	display: block; 
} 
#menu ul li:hover ul li {
	padding-bottom: 0px;
}
#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1.8em; } 
* html #menu ul li a { height: 1.8em; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li { 
	margin: 0px 0px 0px 0px; 
} 

/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	text-align: left;
	text-decoration: none; 
	height: 1.8em;
	color: #CDECCD;
 	background-color: #089C08;
 /*	background-image:url('item_oranje.jpg'); /* IE6 Bug */ 
/*	background-position: 100% 50%;
	background-repeat: no-repeat;*/
	padding-top: 3px;
	padding-left: 10px; 
	
	border-bottom: 1px solid #000066; 
	border-left: 1px solid #000066; 
	border-right: 1px solid #000066; 		
} 

/* Hover Styles */ 
#menu ul a:hover { 
	background-image:url('item_hover.jpg'); /* IE6 Bug */ 
	background-color: #CDECCD;
	color: #089C08;
} 

/* Sub Menu Styles */ 
#menu li ul a { 
	text-decoration: none; 
	color: FFFFFF;
	height: 1.8em;
	background-image:url('item_oranje.jpg'); /* IE6 Bug */ 
	padding-left: 20px; 
	border-bottom: 1px solid #000066; 
	border-left: 1px solid #000066; 
	border-right: 1px solid #000066; 	
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	background-image:url('item_hover.jpg'); /* IE6 Bug */ 
	color: #FF6600;
} 

/* copyright linken*/
a:link.copyright	{color: #666666;
		font-size:10px;
		font-weight: 400;
		text-decoration: none;
}
a:visited.copyright	{color: #666666;
		font-size:10px;
		font-weight: 400;
		text-decoration: none
}
a:active.copyright	{color: #666666;
		font-size:10px;
		font-weight: 400;
		text-decoration: none
}
a:hover.copyright	{color: #666666;
		font-size:10px;
		font-weight: 400;
		text-decoration: none;
		cursor: hand;
}

/* CSS-hack voor Netscape en Mozilla: uitlijning menublok*/
html>body {height: 96%; width:auto; }
html>body .kop {width:auto; }
html>body .teksten {width:95%; height: 94%; }
html>body #menu {height: 95.5%; width:auto;}
html>body #menu ul a {height: 1.4em;}
/*html>body #menu ul li {height: 1.4em;}*/
html>body #menu li ul a {height: 1.4em;}
html>body #menu li ul { padding-top: 0px;} 
html>body #menu ul li {position: relative; padding-bottom: 0px;}