
.menu-wrap {
	margin: 0 auto;
}
.menu-wrap h2 {
	color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	background: #ac1e18;
    font-family: 'eurasiabold';
	text-transform: uppercase;
	font-size:18px;
	cursor: pointer;
	height: 50px;
	line-height: 50px;
	border-bottom: 2px solid #fff;
}
.menu-wrap h2:hover {
	background:#f2c629;
	color: #fff;
}
.menu-wrap h2.active {
	background:#f2c629;
	color: #fff;
}
.menu-wrap h2 div {
	float: left;
	margin: 0 10px;
}
.menu-wrap h2 div.nub {
	float: left;
	background: top left no-repeat;
	width: 14px;
	height: 14px;
	z-index: 100;
	margin-top: 20px;
}
.menu-wrap h2:hover div.nub, .menu-wrap h2.active div.nub {
	float: left;
	background: top left no-repeat;
}
.menu-wrap h2 img {
	margin-left: 10px;
}
.menu-wrap {
	text-align: left;
	color: #666;
	margin-bottom: 10px;
}
.menu-wrap dt {
	font-family: Verdana, arial, sans-serif;
	float: left;
	width: 650px;
	font-size: 95%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 35px;
}
.menu-wrap dt img {
	margin-left: 20px;
}
.menu-wrap dt.desc {
	width: 500px;
}
.menu-wrap dt.price {
	float: right;
	width: 100px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	color:#333;
}
.menu-wrap dt.price img {
	position: relative;
	top: 3px;
}
.menu-wrap dd {
	clear: left;
	margin-left: 35px;
	width: 550px;
	color:#666;
}
.menu-wrap div {
	padding: 7px;
	color: #a51813;
}
.menu-wrap div.grey {
	background: #eef7e0;
}
