ÿþ <html> <head> <title>Caf&eacute; on the Ave.</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link rel="stylesheet" media="screen" type="text/css" href="style.css" /> <link rel="stylesheet" media="print" type="text/css" href="style.css" /> </head> <body> <div id="top"> <div style="padding-top: 30px;"> </div> <div class="left"> <div class="lbox" style="text-align: right;"> <a href="index.html"><img src="logo.png"></a> </div> </div> <div class="right"> <div class="rbox"> <div class="menu" style="height: 40px; padding: 8px 0 0 0;"> <a href="beverage.html">Beverages</a> / <a href="breakfast.html">Breakfast</a> / <a href="lunchanddinner.html">Lunch & Dinner</a></div> </div> </div> </div> <div id="container"> <div style="text-align:center;"> <img src="title-breakfast.png"> <div class="desc">Served until 3pm.</div> </div> <div class="left"> <div class="lbox"> <h2>Two Eggs Any Style</h2> <div class="desc">With organic toast and hashbrowns</div> <h2>Cafe Breakfast</h2> <div class="desc">3 eggs any style, hashbrowns, organic toast, and a choice of bacon, ham, or pork sausage. (2 slices)</div> <h2>Omelets and Scrambles</h2> <div class="desc">Made with 3 eggs, served with seasoned red potatoes and organic toast.</div> <ul> <li><h4>Cheddar Cheese</h4></li> <li><h4>Ham or Bacon and Cheese</h4></li> <li><h4>The Ave.</h4> Tomatoes, bell peppers, onion, ham and cheese.</li> <li><h4>Veggie</h4> Zucchini, tomatoes, bell peppers, onion, mushroom and fresh basil with Parmesan cheese.</li> <li><h4>Jose</h4> Green onion, jalapenos, chicken breast, topped with sour cream and salsa.</li> <li><h4>Tofu</h4>Roasted tofu and veggies topped with cheese.</li> <li><h4>Northwest</h4> House baked salmon with onion, capers, and sour cream.</li> <li><h4>Mediterranean</h4> Tomatoes, eggplant, olive, onion, zucchini and feta cheese.</li> <li><h4>Chicken Sausage</h4> With spinach fresh basil and feta cheese.</li> <li><h4>Mushroom & Sausage</h4> With cheddar cheese.</li> </ul> <h3>Waffles</h3> <h3>Fresh Fruit Bowl</h3> </div> </div> <div class="right"> <div class="rbox"> <h2>Eggs Benedict</h2> <div class="desc">Served with hashbrowns.</div> <ul> <li>Toasted English muffin, Canadian bacon, 3 poached eggs topped with hollandaise sauce.</li> <li>House baked salmon on croissant, 3 poached eggs topped with hollandaise sauce.</li> <li>Toasted English muffin, avocado, grilled tomato and 3 poached eggs topped with hollandaise sauce.</li> </ul> <h2>Waffle</h2> <ul> <li>Add two eggs and bacon or sausage.</li> <li>Dress up with frozen berries, banana and fresh strawberries (when in season)</li> </ul> <h2>Pancakes and such...</h2> <ul> <li>Two Buttermilk Pancakes</li> <li>Two Buckwheat Pancakes</li> <li>Cinnamon French Toast</li> <li>Single Pancake</li> </ul> <h2>Oatmeal and such...</h2> <ul> <li>Plain oatmeal with milk, brown sugar, and raisins.</li> <li>Oatmeal with fresh fruit and brown sugar.</li> <li>Granola with yogurt, fresh fruit and honey.</li> </ul> <h2>Hot Bagel or Croissant Sandwich</h2> <div class="desc">Filled with egg, cheese, and one choice of following: turkey, ham, bacon or tomato & cucumber.</div> <h2>Breakfast Burrito</h2> <div class="desc">Filled with eggs, cheese, hash browns, salsa, and seasonal vegetables. Sour cream upon request.</div> <h2>Bagels</h2> <ul> <li>Just Bagel</li> <li>With butter</li> <li>With peanut butter and jam</li> <li>With plain cream cheese</li> <li>With herbed or salmon cream cheese</li> </ul> </div> </div> <div style="clear: both;"></div> </div> <!-- end of middle --> <div id="bottom"> <div class="copy">Copyright (c) 2007 Caf&eacute; on the Ave. All rights reserved.</div> </div> </body> </html>