/* CSS Document */

@import "main.css";
@import "menu_download.css";


#foods {
margin: 0;
padding: 0;
width: 622px;
height: 431px;
text-align: center;
background-color: #fff;
overflow: auto;
visibility: visible;
font-family:Trebuchet MS, Trebuchet, Verdana, Helvetica Neue, sans-serif;
}

#foods h2{
	font-size:16px;
	color:#987627;
	text-decoration:underline;
}

h5.pdf{
	font-size:10px;
}

ul.pdf li{
	font-size:15px;
	line-height:15px;
}

h3.title{
	color:#987627;
	font-size:14px;
}

a.smaller{
	font-size:11px;
	font-weight:400;
}


dl.listing{
	font-weight:600;
}

dt.item{
}

dd.sub{
	font-weight:400;
}

td.itemlist{
	width:40%;
	vertical-align:top;
}

td.pricelist{
	text-align:center;
	width:10%;
	font-weight:400;
	vertical-align:top;
}

table.lunch{
	font-size:11px;
	width:100%;
	font-weight:600;
}

td.third{
	width:33%;
	vertical-align:top;
}