.menuBkgnd {
	background-color: F8BD61;
}

.menu {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000099;
	font-weight: bold;
	display: block;
	width: 120px;
	border-top: 0px none #99CCFF;
	margin-top: 4px;
	border-right: 0px none #3366FF;
	border-bottom: 0px none #3366FF;
	border-left: 0px none #99CCFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.menu:hover {
	border-top: 0px none #330099;
	border-right: 0px none #6699FF;
	border-bottom: 0px none #6699FF;
	border-left: 0px none #330099;
	color: #000000;
}

