@charset "utf-8";


.menu_style {
	padding: 10px;
	border: thin none #720000;



}
#menu #wrapper_specials {
	height: auto;
	width: auto;
	border: thin dotted #720000;
}
#menu #wrapper_meat {
	border: thin dotted #720000;
}
#menu #wrapper_green {
	border: thin dotted #006600;
}

.menu_style h2 {
	padding: 10px;
	border: thin none #720000;
	background-color: #720000;
	font-size: xx-large;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	width: 96%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	font-weight: normal;
}
.menu_style h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #006600;
	text-align: right;
}

#menu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px;
	height: 600px;
	overflow: scroll;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}


#menu #menu_item {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #780000;
	background-repeat: repeat-x;
	font-size: large;
	position: relative;
	display: block;
	background-color: #FFFFFF;
	height: 80px;
	width: 95%;
	background-image: url(../images/dot.gif);
	background-position: left 20px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
}
#menu #menu_item #desc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	height: 30px;
}
#menu #menu_item #price {
	float: right;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #006600;
}
#menu #menu_item #menu_item_title {
	width: auto;
	display: inline;
	background-color: #FFFFFF;
	text-align: left;
}
#manu_nav a {
	text-decoration: none;
	color: #006600;
}
#manu_nav a:hover {
	text-decoration: none;
	color: #720000;
}
#manu_nav {
	text-decoration: none;
	color: #006600;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: x-large;
}
