table { border-spacing: 0px; }
/* tr.on { background: url("../images/underline.gif") 0% 90% repeat-x; } */
tr.on { background: url("../images/translucent_boxB2.gif") repeat; }

tr.off { /* empty style */ }

.menuBox { 
	width: 600px; 
}

.item {
	width: 400px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.normalItem {
	width: 400px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
}
.price { 
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	text-align: right; 
}

.ingredients {
	font-size: 12px;
	font-style: italic;
	padding: 0px 40px 20px 40px;
}
.comboItems {
	font-size: 14px;
	text-align: center;
	padding-bottom: 20px;
}