/* Final CSS Horizontal Menu! */
#menuh_navh_eerste_hulp ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#menuh_navh_eerste_hulp li { /* all list items */
	float: left;
	position: relative;
	/* width: 9em; */
}

#menuh_navh_eerste_hulp li ul {/* second-level lists */
	position: absolute;
	display: block; 
	top: 35px;
	left: 0;
}

#menuh_navh_eerste_hulp li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

#menuh_navh_eerste_hulp li ul li ul  {/* third-level lists */
	position: absolute;
	display: block; 
	top: 0;
	left: 9em;
}

/* Fix IE. Hide from IE Mac */
* html #menuh_navh_eerste_hulp ul li { float: left; height: 1%; }
* html #menuh_navh_eerste_hulp ul li a { height: 1%; }
/* End */

#menuh_navh_eerste_hulp li:hover ul { display: block; }

#menuh_navh_eerste_hulp li:hover>ul { visibility:visible; }

#menuh_navh_eerste_hulp ul ul { visibility:hidden; }		

/* Make-up syles */
#menuh_navh_eerste_hulp ul, li {
    margin: 0 0 0 0; 
}

/* Styles for Menu Items */
#menuh_navh_eerste_hulp ul a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #000000;  /*IE6 Bug */
	padding: 9px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url('/images_up/eerstehulp-acm.nl/design/gradient1.jpg');
}
/* Hover Styles */
#menuh_navh_eerste_hulp ul a:hover { 
	color: #FFFFFF; 
	background: #333333; /**/
 	background-position: right;
	background-repeat: no-repeat;
	background-image: url('/images_up/eerstehulp-acm.nl/design/gradient1.jpg');
} 

/* Sub Menu Styles */
#menuh_navh_eerste_hulp li ul a {
	text-decoration: none;
	color: #77F;
	background: #fff; /* IE6 Bug */
	border: 1px solid #ccc;
	padding: 5px; 
} 

/* Sub Menu Hover Styles */
#menuh_navh_eerste_hulp li ul a:hover { 
	color: #E2144A; 
	background: #f9f9f9; 
} 