/* CSS Document */
#menu{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 565px;
	clear: both;
	float: none;
	display: block;
	font: 90% "Trebuchet MS",Arial,sans-serif;
	text-align: left;
	overflow: visible;
}
#menu dd{
	margin: 0;
}
#menu dd.ingredients{
	float: left;
	width: 99%;
	padding: 3px 0;
	clear: both;
	display: block;
	color: #555555;
	background: #ffffff;
	font: italic 100% Georgia,Times,sans-serif;
	height: auto;
}
#menu dd.price{
	float: right;
	padding-left: 3px;
	color: #a52a2a;
}
#menu div {
	clear: both;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #ffffff;
	overflow: visible;
}
#menu div div {
	clear: both;
	padding: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
	display: block;
	overflow: visible;
}
#menu dl{
	width: 100%;
	/*margin: 0 0 1em;*/
	clear: both;
	float: none;
	display: block;
	background: url(../images/dot.gif) repeat-x 0 1.2em;
	height: auto;
}
#menu dt{
	float: left;
	padding-right: 3px;
}
#menu dt, #menu dd.price{
	background: #ffffff;
	font-size: 130%;
	font-weight: bold;
}
#menu h2{
	margin: 1em auto 0.3em;
	clear: both; /*font-size: 250%;*/
	text-align: center;
	color: #b22222;
}
#menu p{
	text-align: center;
}
#menu .bb {
	background-image: url(../images/menu_border_bottom.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
}
#menu .bt {
	background-image: url(../images/menu_border_top.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
