#lunch-bar {
	float: left;
	padding: 10px 0px;
	margin: 0px;
	width: 100%;
}

#left-bar{
	float:left;
	width:180px;
	height: 470px;
	padding: 5px;
	padding-left: 10px;
	font: 12px Arial, Verdana, Helvetica, sans-serif;	
}

#left-bar a{
	padding: 6px 2px 6px 25px;
	display: block;
	width: 150px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #ebe9e9;

	background: url(../images/arrow.gif) left center no-repeat;
}

#left-bar a:hover{
	background: #ffedd4 url(../images/arrow.gif) left center no-repeat;
}

#right-bar{
	float:left;
	width:450px;
	min-height: 400px;
	border: 1px solid #e3dec7;
	margin-left: 15px;
	padding: 5px;
	padding-bottom: 8px;
}

#right-bar h3{
 	font-family: Helvetica, Arial;	
	font-weight: bold;
	font-size: 14px;
	color:#873d02;
	margin: 0px 0px 10px 0px;
}

#right-bar h3 span{
	float: right;
	width: 130px;
	background: url(../images/pdf-icon.jpg) right top no-repeat;
	padding: 5px 20px 5px 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

* html #right-bar{ /*IE only style*/
	height: 435px;
}

.menubox{
	padding:5px 10px 5px 7px;
	text-align:justify;
}

.menuname{
	font-family: Arial, Verdana, Helvetica;
	font-size:13px;
	width: auto;
	clear: left;
	left: auto;
	right: auto;
	margin: 0;
	padding: 7px 10px 7px 0px;
	border-bottom: 1px dashed #CC6600;	
}

.menuname .price{
	font-weight: bold;
	color: #006600;
	font-size: 13px;
	float: right;
	margin-right: 5px; 
	width: 20%;
	text-align: right;
}

.infotext{
	font-family: Arial, Verdana, Helvetica;
	font-size:12px;
	padding: 7px 0px 7px 0px;
	margin-top: 5px;
}
