.menupopup {
	background-color: #98CEB1;
	border: 1px solid #515257;
	display: none;
	padding: 7px 3px 7px 3px;
	position: absolute;
	width: 200px;
	z-index: 2;
	text-align: left;
	line-height: 150%;
	white-space: nowrap;
}

.menupopup a {
	color: #4e5a2a;
	margin: 0px 4px;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}

.menupopup a:hover {
	color: #000000;
	text-decoration: none;
}
