@charset "UTF-8";
/* CSS Document */

body {
background-image:url(/images/stripe.png);
}

h1 {
font-size:26px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
line-height:30px;
text-align:center;
vertical-align:top;
padding-top:3px;
}

.contentText {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
line-height:16px;
padding-left:6px;
padding-top:10px;
padding-right:9px;
color:#000000;
}

	.contentText a {
	color:#000000;
	}

.partyBox {
background-image:url(images/party-box.gif);
}

.menuTextdish {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#CC0000;
font-weight:bold;
 }

	.menuTextdesc {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#000000;
	font-size:10px;
	}

	.menuTextprice {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC0000;
	font-weight:bold;
	}

	.menuTextcat {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#003399;
	font-weight:bold;
	text-transform:capitalize;
	}

.footerText {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
line-height:16px;
color:#FFFFFF;
text-align:right;
padding-right:5px;
}

	.footerText a {
	color:#fff;
	text-decoration:underline;
	}

	.footerText  a:hover {
	text-decoration:none;
	}

	.footerText  a:visited {
	color:#FFFF00;
	text-decoration:none;
	}


/*Navigation*/

	td.normalhome {
		background-color:#213D70;
		background-image:url(/images/nav-home.gif);
		background-repeat:no-repeat;
		background-position:center;
		width:76px;
	}

	td.overhome {
		background-image:url(/images/nav-home-over.gif);
		cursor: pointer;
		background-repeat:no-repeat;
		background-position:center;
		width:76px;
	}
	
	td.normalmenu {
		background-color: #213D70;
		background-image:url(/images/Nav-menu.gif);
		background-repeat:no-repeat;
		background-position:center;
		width:71px;
	}

	td.overmenu {
		background-image:url(/images/nav-menu-over.gif);
		cursor: pointer;
		background-repeat:no-repeat;
		background-position:center;
		width:71px;
	}
	
	td.normalentertainment {
		background-color: #213D70;
		background-image:url(/images/Nav-entertainment.gif);
		background-repeat:no-repeat;
		background-position:center;
		width:160px;
	}

	td.overentertainment {
		background-image:url(/images/Nav-entertainment-over.gif);
		cursor: pointer;
		background-repeat:no-repeat;
		background-position:center;
		width:160px;
	}
	
	td.normalnightlyspecials {
		background-color: #213D70;
		background-image:url(/images/Nav-nightlyspecials.gif);
		background-repeat:no-repeat;
		background-position:center;
		width:165px;
	}

	td.overnightlyspecials {
		background-image:url(/images/Nav-nightlyspecials-over.gif);
		cursor: pointer;
		background-repeat:no-repeat;
		background-position:center;
		width:165px;
	}
	
	td.normalemployment {
		background-color: #213D70;
		background-image:url(/images/Nav-employment.gif);
		background-repeat:no-repeat;
		background-position:center;
		width:149px;
	}

	td.overemployment {
		background-image:url(/Images/nav-employment-over.gif);
		cursor: pointer;
		background-repeat:no-repeat;
		background-position:center;
		width:149px;
	}
	
	td.normalthingstodo {
		background-color: #213D70;
		background-image:url(/images/nav-thingstodo.gif);
		background-repeat:no-repeat;
		background-position:center;
		width:183px;
	}

	td.overthingstodo {
		background-image:url(/images/nav-thingstodo-over.gif);
		cursor: pointer;
		background-repeat:no-repeat;
		background-position:center;
		width:183px;
	}
	
	td.normalcontact {
		background-color: #213D70;
		background-image:url(/images/Nav-contact.gif);
		background-repeat:no-repeat;
		background-position:center;
		width:136px;
	}

	td.overcontact {
		background-image:url(/images/Nav-contact-over.gif);
		cursor: pointer;
		background-repeat:no-repeat;
		background-position:center;
		width:136px;
	}