div.menupopupcontainer {
	z-index: 25;
}

div.menupopup {
	background-color: #f3bc00;
	border: 1px solid #000000;
	display: none;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
	line-height: 12pt;
	margin-left: 4px;
	margin-top: 25px;
	padding: 0px;
	position: absolute;
	text-align: center;
	min-width: 120px;
	z-index: 2;
}

div.menupopup a, div.menupopup a:visited {
	/* border-bottom: 1px solid #616161; */
	color: #000000;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 4px 16px 4px 16px;
	text-decoration: none;
	white-space: nowrap;
}

div.menupopup a:hover {
	color: #e4312a;
	font-weight: bold;
	text-decoration: none;
}

div.menupopup a.menuitemactief {
	
}

