
.subMenu {
	position: absolute;
	top: -1000px;
	left: -1000px;
	background-color: #ffeeee;
	border: outset;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
}

.smEntry {
	text-decoration: underline;
}

.smBoldEntry {
	text-decoration: underline;
	font-weight: bold;
}

.smEntry:hover, .smBoldEntry:hover {
	cursor: pointer;
}

.smList {
	display: none;
}

.smView {
	text-align: center;
}

.smView ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.smClose {
	float: right;
	background: url(../Images/CloseXPlain.png) no-repeat;
	padding-right: 12px;
	margin-top: 2px;
	margin-right: 0px;
}

.smClose:hover {
	background: url(../Images/CloseXHover.png) no-repeat;
}

