#menu {
	position: absolute;
	top: 100px;
	left: 10px;
	width: 146px;
	height: 152px;
	border-style: solid;
	border-width: 1px;
	border-color: BurlyWood;
	background-color: White;
}

#menuTitle { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 14px;
	border: none 0px White;
	background-color: BurlyWood;
	margin: 0px 0px 0px 0px;
}
#menuItems {
	position: absolute;
	top: 16px;
	width: 100%;
	height: 100%;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
}
.menuitem {
	border-style: none;
	font-family: verdana;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: Chocolate; 
	width: 142px;
	text-align: left;
	cursor: pointer;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 2px;
}
.menuitem:hover {
	background-color: SandyBrown;
}

