.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-style: italic;*/
}
.menu h2 {
	background-image: url(/graphics/menus/group_accent.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 30px;
	font-size: large;
	width: 470px;
	padding-bottom: 0.2em;
	border-bottom: solid #7e3130 4px;
	margin-bottom: 0.2em;
}
.menu .item {
	position: relative;
	width: 500px;
	border-bottom: solid #ccc 1px;
}

.menu p.name {
	width: 400px;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-weight: bold;
}
.menu p.description {
	width: 400px;
	margin-top: 0em;
	margin-bottom: 1em;
	font-size: x-small;
}
.menu p.price {
	margin-top: 0em;
	position: absolute;
	right: 0em;
	top: 0.1em;
	font-size: small;
	font-weight: bold;
	text-align: right;
}
.menu p.price span.priceVariable {
	font-size: 85%;
	font-weight: normal;
}
.menu p.specialty {
	background-color: #fff;
	border: solid #000 1px;
}

div.informationNote {
	width: 500px;
	padding-bottom: 0.5em;
}
div.informationNote h3 {
	font-size: small;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
div.informationNote p {
	font-size: small;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}



/*
	Menu 2 specifically designed for Banquet and Catering Menu
	Brett Farris, bfarris@strategraphic.com
*/

.menu2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-style: italic;*/
	/*border-right: solid #7e3130 4px;*/
	padding-right: 10px;
}
.menu2 h2 {
	background-image: url(/graphics/menus/group_accent.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 30px;
	font-size: large;
	width: 92%;
	padding-bottom: 0.2em;
	border-bottom: solid #7e3130 4px;
	margin-bottom: 0.2em;
}
.menu2 .item {
	position: relative;
	border-bottom: solid #ccc 1px;
}

.menu2 p.name {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-weight: bold;
}
.menu2 p.description {
	margin-top: 0em;
	margin-bottom: 1em;
	font-size: x-small;
}
.menu2 p.price {
	margin-top: 0em;
	position: absolute;
	right: 0em;
	top: 0.1em;
	font-size: small;
	font-weight: bold;
	text-align: right;
}
.menu2 p.price span.priceVariable {
	font-size: 85%;
	font-weight: normal;
}
.menu2 p.specialty {
	background-color: #fff;
	border: solid #000 1px;
}
