#menu {
	margin-right: 8px;
}

ul.menu-list {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0;
	margin-bottom: 4px;
}

li.menu-item {
	font-family: Arial,sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	line-height: 150%;
}

a.menu-link:hover {
	background-color: rgb(255, 255, 127);
}

