#foodmenu {
	background-color: #CC6600;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006633;
	width: 130px;
	visibility: hidden;
	clear: both;
	position: absolute;
	top: 140px;
	left: 231px;
	}
#drinkmenu {
	background-color: #CC6600;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006633;
	position: absolute;
	width: 138px;
	left: 361px;
	top: 140px;
	visibility: hidden;
}
#calendar {
	background-color: #CC6600;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006633;
	position: absolute;
	visibility: hidden;
	width: 134px;
	left: 499px;
	top: 140px;
}
.dropmenu a:link, .dropmenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bolder;
	color: #ff0;
	text-decoration: none;
	background-color: #CC6600;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	display: block;
}
.dropmenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bolder;
	color: #ff0;
	text-decoration: none;
	background-color: #CC9900;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	display: block;
	border: 0px 0 0;
}
