@charset "ISO-8859-1";
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
a:active {
	text-decoration: none;
}
.menuitems {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFCC;
	vertical-align: text-top;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFCC;
}
.menuitems-headings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.specials {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.navigation {
	font-size: 14px;
	color: #FFCC00;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	padding-left: 6px;
	padding-top: 10px;
}
