
.subMenu {
	position: absolute;
	background-color: #ffeeee;
	border: outset;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
}

.smEntry {
	text-decoration: underline;
}

.smEntry:hover {
	cursor: pointer;
}

.smList {
	display: none;
}

.smView {
	text-align: center;
}

.smView ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
