@charset "UTF-8";
/* CSS Document */

br {
line-height:85%;
}


.underline {
	text-decoration:underline
}

.style1 
{font-size: 100%}

.style2 
{font-size: 100%; }

.style3 {
	font-size: 95%;
	font-style: italic;
}

.style4
{font-size: 110%}

#nav_menu
{	padding-top:40;
	margin-top:20;
	padding-left:5;
	width: 150px;
}


#nav_menu li 
{
list-style: none;
margin: 0;
padding-right:5px;
padding-left:20px;
padding-top:40;
	
	
}

#nav_menu li a {
	text-decoration: none;
	color: #003e32;
	font-size: 1.13em;
	line-height: 1em;
}

#nav_menu a:hover{
	color: #9b1922;
}



.menu_subhead{
	color:#003e32;
	word-spacing:4px;
	font: 1.2em "Georgia",Times;
	letter-spacing: 1px;
}

.minfo{

	font-size:.93em;
	font-family:"Georgia",Times New Roman,Serif;
	font-weight:100;
	word-spacing:3px;
	line-height:130%;
	
	
}

.minfo8{

	font-size:.93em;
	font-family:"Georgia",Times New Roman,Serif;
	font-weight:100;
	word-spacing:4px;
	line-height:107%;
	
	
}

.minfo9{

	font-size:.93em;
	font-family:"Georgia",Times New Roman,Serif;
	font-weight:100;
	word-spacing:4px;
	line-height:170%;
	
	
}

.right_menu{
	width:600px;
	float:right;
	background-color: #fdf1cd;
}

.starters{

	font-size:1em;
	font-family:"Georgia",Times New Roman,Serif;
	font-weight:100;
	word-spacing:3px;
	line-height:150%;
	
}


.minfo2{

	font-size:1em;
	font-family:"Georgia",Times New Roman,Serif;
	font-weight:100;
	word-spacing:3px;
	line-height:160%;
}

.minfo3{
	word-spacing:3px;
	font: italic .95em/140% "Georgia",Times New Roman,Serif;
}

.minfo4{
	text-align: center;
	word-spacing:3px;
	font: italic .95em/140% "Georgia",Times New Roman,Serif;
}

.minfo5{
	text-align: center;
	word-spacing:3px;
	font: .95em/140% "Georgia",Times New Roman,Serif;
}

.minfo6{
	text-align: center;
	word-spacing:3px;
	font: italic .85em/120% "Georgia",Times New Roman,Serif;
}



.menu_left{
	float:left;
	width: 200px;
}

.food{
	font-family:"Georgia",Times New Roman,Serif;
	font-size:1.1em;
	font-weight:100;
	color:#9b1922;
	letter-spacing: .1em;
}

.food2{
	color: #9b1922;
	font: 1.15em "Georgia",Times;
	text-transform: capitalize;
}


.menu_text{
	padding-left:15px;
	padding-right:40px;
	margin-top:50px;
	color: #442606;
}

.price{
	font-family:"Georgia",Times New Roman,Serif;
	font-size:1.1em;
	font-weight:100;
	color:#005847;
	letter-spacing: .15em;
	text-align: right;
}

.menuside{
	background-image: url(img/menu_sideb.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 660px;
	width: 194px;
	position: fixed;
	top: 0px;
	z-index: 10;
	margin-top:
	45px;
	padding-bottom:30px;
}

.leadingsm{
	line-height:100%;
}


/*--------------------popup superbowl--------------------*/
.superbowlcontainer{
	background-color:#fff5dd;
	margin: 0 auto;
	width: 500px;
	margin: 20px;
	
	}

.super1{
	padding-left: 20px;
	padding-right:20px;
	font-size:1em;
	font-family:"Georgia", Times New Roman,Serif;
	font-weight:100;
	word-spacing:3px;
	line-height:135%;
	
	
}

/* -------------------iefix------------------------------ */


<style type="text/css">
#fixme {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; left: 20px; top: 10px;
}
body > div#fixme {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
</style>
<!--[if gte IE 5.5]>
<![if lt IE 7]>
<style type="text/css">
div#fixme {
  /* IE5.5+/Win - this is more specific than the IE 5.0 version */
  left: expression( ( 20 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression( ( 10 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
</style>
<![endif]>
<![endif]-->

