.navigation:link, .navigation:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 6px 8px 6px 10px;
	width: auto;
	text-decoration: none;
	background-color: #00FF00;
}

.navigation:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #009900;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 140px;
	text-decoration: underline;
	background-color: #FFFFCC;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: normal;
	padding: 0px;
	margin: 3px 32px 6px 12px;
	
}
.main a:link {
	color: #003366;
}
.main a:visited {
	color:#663333
}


.italicsbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

/** new styles added for menu page **/

.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 19px;
	padding: 3px;
	margin: 0px;
	text-decoration: none;
}

.menu_header {
	display: block;
	padding: 3px 3px 3px 12px;
	color: #000000;
	font-family: "AR CENA", Arial;
	font-size: 36px;
	font-weight: normal;
}

.menu_title {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 14px;
	color: #330000;
	line-height: 22px;
	padding: 3px 24px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}

.menu {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #330000;
	line-height: 18px;
	padding: 3px 22px;
	margin: 0px;
	list-style-type: none;
	text-align: center;
}

.menubody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #B4210C;
	line-height: 25px;
	margin-left: 10px;
	border-left-width: 10px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.textbody {
	line-height: normal;
	border: 10px solid #FFFFFF;

