#e_pmenu {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

/* ########################################################## */
/* ### Pas hier de positie aan van de footer              ### */
/* ########################################################## */

.e_drop {
	float: right;
	text-align: right;
	margin-right: 10px;
	margin-top: 8px;
}

/* ########################################################## */
/* ### Pas hier de kleur aan van de footer link kleur     ### */
/* ########################################################## */

#e_pmenu a, #e_pmenu a:visited {
	display: block;
	width: 150px;
	color: #666666;
	text-align: right;
}

/* ################################################################### */
/* ### Pas hier de kleur aan van de link kleur in het drop up menu ### */
/* ################################################################### */

#e_pmenu .e_drop li a, #e_pmenu .e_drop li a:visited, #e_pmenu .e_drop li a:hover {
	color: #999999;
	text-align: left;
}

/* ########################################################## */
/* ### Pas hier dieverse zaken aan van het drop up menu   ### */
/* ########################################################## */

#e_pmenu li:hover > ul {
	width:150px;
	border: #cccccc 1px solid;
	background-color: #ffffff;
	/* IE */ 
	filter: alpha(opacity=100); 
	/* CSS3 standard */ 
	opacity: 1; 
	/* Mozilla FF */ 
	-moz-opacity: 1; 
}

/* ########################################################## */
/* ### Pas hier de positie aan van het dropup menu        ### */
/* ########################################################## */

.e_drop li {
	float: left;
	text-align: left;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#e_pmenu, #e_pmenu ul {
	padding:0; 
	margin:0; 
	list-style-type: none;
}

/* Set up the link size, color and borders */
#e_pmenu a, #e_pmenu a:visited {
	text-decoration:none;
	font-weight: normal;
}

/* Set up the sub level borders */
#e_pmenu li ul li a, #e_pmenu li ul li a:visited {
	display: block;
}
#e_pmenu li a.enclose, #e_pmenu li a.enclose:visited {
	display: block;
}

/* Set up the list items */
#e_pmenu li {
	display: block;
}

/* For Non-IE browsers and IE7 */
#e_pmenu li:hover {
	position:relative;}

/* Make the hovered list color persist */
#e_pmenu li:hover > a {
}

/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#e_pmenu li ul {display:none;}

/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#e_pmenu li:hover > ul {
	display:block; 
	position:absolute; 
	top:-11px; 
	left:80px; 
	padding:10px 5px 5px 5px; 
}

/* ########################################################## */
/* ### Pas hier de positie aan van het footer dropup menu ### */
/* ########################################################## */

/* Position the first sub level beneath the top level liinks */
#e_pmenu > li:hover > ul {
	left:-5px; 
	top:-211px;
}

/* get rid of the table */
#e_pmenu table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:10px; 
}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #e_pmenu li a:hover {
	position:relative;
}

/* For accessibility of the top level menu when tabbing */
#e_pmenu li a:active, #e_pmenu li a:focus {

}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */
/* change the e_drop down levels from display:none; to visibility:hidden; */
* html #e_pmenu li ul {
	visibility:hidden; 
	display:block; 
	position:absolute; 
	top:-11px; 
	left:80px; 
	padding:10px 5px 5px 5px;
}

/* keep the third level+ hidden when you hover on first level link */
#e_pmenu li a:hover ul ul{
	visibility:hidden;
}