.menulayer{
	position: absolute;
	padding: 2px 2px 2px 2px;
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	text-align: right;
	background: #3f3f3f;
	width: 210px;
	visibility: hidden;
	height: 300px;
	overflow: auto;
}

.frameslayer{
	visibility: hidden;
}

.ImageCell{
	padding: 4px 2px 0px 0px;
	background: #3f3f3f;
}

.MenuItem{
	width: 225px;
	background: #3f3f3f;
	padding: 2px 5px 2px 5px;
	text-transform: uppercase;
	font-family: Times;
	font-size: 14px;
}