@charset "UTF-8";
/* CSS Document */

#menuheaderdiv {
	height: 179px;
	width: 600px;
	background-image: url(images/menuheader.png);
}
#menubodydiv {
	background-image: url(images/roughbackground.jpg);
	background-repeat: repeat-y;
	background-position: top;
	height: 1600px;
	width: 600px;
	float: left;
}
#menufooter {
	height: 44px;
	width: 600px;
	background-image: url(images/menufooter.png);
	clear: both;
}
#menucopydiv {
	width: 750px;
	padding-left: 18px;
	padding-right: 10px;
}

.menusectiontitles {
	font-family:
Helvetica, sans-serif;
	font-style:normal;
	font-size:15px;
	font-weight: bold;
	display: block;
	color: #000000;
	padding-left: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 1px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	text-transform: uppercase;
	background-color: #EAEAEA;
}
.menudescriptions {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #666666;
}
.menuitems {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #A7AE16;
}
.prices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	display: inline;
}

#menucopydiv ul {
	list-style-type:none;
	display: block;
}

#menucopydiv ul li {
	list-style-type:none;
	display: block;
	margin-bottom: 10px;
	margin-left: -30px;
}

#foodmenu {
	position:absolute;
	width:600px;
	height:1820px;
	z-index:1;
	left: 375px;
	top: 301px;
	border: 5px solid #000000;
	visibility: visible;
}

