.menustyle
{
	background-color: beige;
}
.menuitem
{
	border-right: white 1px solid;
	padding-right: 15px;
	border-top: white 1px solid;
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 2px;
	border-left: white 1px solid;
	cursor: hand;
	padding-top: 2px;
	border-bottom: white 1px solid;
	font-family: verdana;
	background-color: olive;
}
.mouseover
{
	cursor: hand;
	color: black;
	background-color: palegoldenrod;
}