#menuPanel {
	background-repeat: repeat;
	min-height: 555px;
}

.menu {
	background: white;
	margin: 0 200px;
	position: relative;
	height: auto;
	min-height: 455px;
}

.botNavPanel {
	background: white;
	margin: 0 200px;
	position: relative;
	height: auto;
}

table {
	width: 90%;
	caption-side: top;
	text-align: center;
/*	margin: 0 0 20px */
}

table.fix {
	table-layout: fixed;
}

td.menuItem {
	text-align: left;
	width: 75%;
	padding-left: 10px;
	font-family: cursive;
}

td.itemPrice {
	background: transparent;
}

td.itemDesc {
	background: transparent;
	font-style: italic;
	height: 2em;
	vertical-align: text-top;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 1em;
}

td.noPrice {
	background-color: transparent;
	border-collapse: collapse;
}

.btnhere {
	display: block;
	color: white;
	font-weight: bolder;
	text-decoration: none;
	margin: 10px;
	text-align: center;
	background: Green;
	border: 5px inset green
}

.botnav {
	width: auto;
	max-width: 150px;
}

a.botnav {
	display: block;
	color: White;
	font-weight: bolder;
	text-decoration: none;
}
a.botnav:link, a.botnav:visited {
	background: #6b8e23;
	border: 5px outset #556b2f;
}

a.botnav:hover {
	background: Red;
	border: 5px outset red
}
a.botnav:active {
	background: Green;
	border: 5px inset green
}

