body {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	overflow: scroll; /* keeps scrollbar visible so that width does not change */
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.menutitle {
	color: #000000;
	font-weight: bold;

}
.menudescription {
	font-style: italic;
	color: #000066;
	font-size: smaller;

}
.menunotes {
	color: #006633;
	font-style: italic;
	font-size: smaller;
	text-align: center;


}
.menusubtitle {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
	font-size: larger;
	text-align: center;


}
.currytitle {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000066;

}
.menuoffers {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
	font-style: italic;
	font-size: smaller;
	text-align: center;
	padding: 10px;
	border: 5px double #000066;
}
.telephone {
	font-weight: bold;
	color: #A62515;
}
.address {
	font-weight: bold;
}

/* From w3.org order of link pseudo classes as follows:
A:link    { color: red }     unvisited links 
A:visited { color: blue }    visited links   
A:hover   { color: yellow }  user hovers     
A:active  { color: lime }    active links    */


#wrapper        
	{
	text-align: center;
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	display: block
}

#navigation {
	font-size: 8pt;
	text-transform: uppercase;
	text-align: center;
	padding: 0px;
	position: absolute;
	margin-left: -365px;
	top: 110px;
	left: 50%;
}
#navigation ul {
	padding:0;
	margin:0;
	width:75px;
	list-style-type:none;
}
#navigation li {
	line-height: 40px;
}
#navigation .double_line {
	line-height: 20px;
}
#navigation a  {
	display:block;
	text-decoration:none;
	width:75px;
	height:40px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #932013;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	color: #FFFFFF;
}
#navigation a:link {
	color: #FFFFFF;
}
#navigation a:hover {
	color: #A62515;
	background-color: #999999;
}
#navigation a:vistited {
}

