/* Printer friendly menus * Richard Dearn 01/12/05 */
/* Sets overall style for body.  Font set to 12pt for printing */
body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	margin: 0;
}
/* Sets style for h2 tag */
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
/* Sets basic styling for menu content */
.menu {
text-align:center;
border: 1px solid black;
padding-top: 10px;
padding-bottom: 10px;
}
.menu li {
list-style: none;

}
/* Used to move set menu to second page */
.menupagebreak {
text-align:center;
border: 1px solid black;
padding-top: 10px;
padding-bottom: 10px;
}
#break {
text-align:center;
border: 1px solid black;
padding-top: 10px;
padding-bottom: 10px;
}
/* Sets servicecharge to smaller font */
.servicecharge {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	
	}
/* Sets style for h3 tag */
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
/* Inserts a page break */
.pagebreak {
page-break-after: always;
}
/* Sets horiontal rule to 30% */
hr {
width: 30%;
}
/* Takes away some of the space at the bottom of the paragrah */
.menuspace{
margin-bottom:-10px;
}
/* Prevents navigation being displayed when printed */
#navigation {
display:none;
}
/* Prevents navigation being displayed when printed */
#nav {
display:none;
}
