/*MENU OPMAAK*/
#menuom {height: 100%;
	valign: bottom;
	padding-left: 0px;
	font-size: 0.9em;
}
	
#menu{width: 100%;
	height: 100%;
	margin-bottom: 1em;
	padding-top: 0px;
	padding-left: 0px;
	text-transform: none;
	font-weight: 500;
	border-right: 1px solid #FAEFF1 ; 	
	background-color: #E9E8C7;
	color: #800000;
	/*overflow: auto;*/
}
#menu ul { 
	left:2px;
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	width: 162px; /* Width of Menu Items */ 
	/*color: #800000;*/
} 

#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; 
	/*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%; } 
* html #menu ul li a { height: 2em; } 
/* 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: 2em;*/
	color: #6A223A;
 /*	background-color: #FEFF99;
 	background-image:url('knophandje.jpg'); /* IE6 Bug */ 
	/*background-position: 100% 50%;
	background-repeat: no-repeat;*/
	padding-top: 3px;
	padding-left: 10px; 
	border-bottom: 1px solid #FAEFF1 ;
	/* 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000;*/ 		
} 

/* Hover Styles */ 
#menu ul a:hover { 
	/*background-image:url('knophandjehover.jpg'); /* IE6 Bug */ 
	/*background-color: #666666;*/
	color: #94377E;
} 

/* Sub Menu Styles */ 
#menu li ul a { 
	text-decoration: none; 
	color: #6A223A;
	/*background-image:url('item_oranje.jpg'); /* IE6 Bug */ 
	padding-left: 10px; 
	border-bottom: 1px solid #FAEFF1; 
	/*border-left: 1px solid #000000; 
	border-right: 1px solid #000000;*/
	background-color: #E9E8C7; 	
} 

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


/* CSS-hack voor Netscape en Mozilla: uitlijning menublok*/
html>body {height: 72%; width:auto; }
html>body #menuom {height: 100%; width:auto; }
html>body #menu {height: 100%; width:auto;}
/*html>body #menu li ul a {height: 1.0em; }*/
/*html>body #menu li ul { padding-top: 3px;} */
html>body #menu ul li {position: relative; /*padding-bottom: 3px;*/} 
/*html>body #menu ul a { height: 1.7em;}*/
