a:link {color: #F8B90C; text-decoration: underline; }
a:visited {color: #F8B90C; text-decoration: underline; }
a:hover {color: white; text-decoration: underline; }
a:active {color: #F8B90C; text-decoration: underline; } 

a.nav:link {color: white; text-decoration: underline; }
a.nav:visited {color: white; text-decoration: underline; }
a.nav:hover {color: orange; text-decoration: underline; }
a.nav:active {color: white; text-decoration: underline; } 

a.foodNav:link {color: #666666; text-decoration: underline; }
a.foodNav:visited {color: #666666; text-decoration: underline; }
a.foodNav:hover {color: orange; text-decoration: underline; }
a.foodNav:active {color: #666666; text-decoration: underline; } 

.tbl { background:; }
.tbl tr { background:; }
.tbl td { font-family:arial; font-size:12px; color:; }

.mainTable {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.featuredBG {
	background-image: url(images/index_16.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.restBG {
	background-image: url(images/featBox.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	background-position: center center;
}
.featImg {
	padding-left: 10px;
	padding-top: 4px;
}
.restText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 5px;
}
.imgBorder {
	border: 1px solid #FFFFFF;
}
.categTable {
	padding-left: 20px;
}
