.popupMenu {
	position: fixed;
	background: #ffffff;
	border: 1px solid;
	outline: 1px solid black;
	z-index: 100;
	cursor: pointer;
	/* padding-right: 2px; */
	text-align: right;
}

.menuItem {
	padding: 8px 8px;
	border-width: 1px 0px;
	border-color: #00000000;
	border-style: solid;
	cursor: pointer;
	/* width: 100px; */
	white-space: nowrap;
}

.menuItem:hover {
	background-color: #004785;
	border-color: #215f94;
}