h2 { margin: 0px; text-decoration: underline; }
ul { padding: 0px; margin: 0px; list-style-type: none; }
ul.menu-nav { width: 30%; float: left; }
ul.menu-nav li { background: #111; color: white; border: 4px double white; }
ul.menu-nav li a:link, ul.menu-nav li a:visited { display: block; padding: 3px; color: white; text-decoration: none; border-left: 1px solid #111; border-right: 1px solid #111; }
ul.menu-nav li a:hover, a.chosen { background: #444; border-left: 1px solid white; border-right: 1px solid white; }
li.specials { background: red; }

div.food { width: 60%; float: right; }
dt { float: left; font-weight: bold; margin-top: 20px; display: block; }
dt:first-letter { font-size: 22px; line-height: 1em; }
dd.price { float: right; margin-top: 10px; font-size: 18px; font-weight: bold; text-align: right; }
dd.desc { clear: both; }
