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

div.menu-page {
	page-break-after: always;
	border-bottom: 1px #aaa solid;
}
div.menu-page-last {
}
div.menu {
	float: left;
	width: 31%;
	margin: 16px 0 16px 16px;
	}
div.menu h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 2px solid #000;
	text-transform: uppercase;
	}
div.menu h3 {
	text-align: right;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-variant: small-caps;
	}
div.menu p {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	}
a.popup, a.popup:visited {
	position: relative; 
	z-index: 1;
	}
a.popup b {
	position: absolute;
	visibility: hidden; /* hide the image */
	width: 320px; /* give it a width */
	height: 0; /* no height to solve an Opera bug that 
							 makes it selectable when hidden */
	left: -160px; /* position:the image */
	top: -120px;
	}
a.popup:hover {
	text-decoration: none; 
	border: 0; /* needed for this to work in IE */ 
	z-index: 1000;
	}
a.popup:hover b {
	visibility: visible; /* make the image visible */
	height: 240px; /* now give it a height */
	cursor: pointer; /* for IE */
	z-index: 500; 
	}
div#menusheading2 {
	margin: 64px auto 0 auto;
	text-align: center;
}
div#menusheading2 h2 {
	margin: 0;
	padding: 0;
	font-variant: small-caps;
	font-size: 2em;
}
#print-header {
	display: none;
}
#print-button a {
	display: block;
	width: 12em;
	margin: 0 auto;
	padding: 2px 0;
	border: 1px solid #000;
	background-image: url(images/buttongradient.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	color: #000;
	text-align: center;
	text-decoration: none;
}

