/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#nav-menu
{
	text-align:center;
    width: 100%;
	height: 36px;
	color:#874B46;
	background:transparent url("images/bgOFF.gif") repeat-x top left;
	border-bottom:4px solid #336666;
	/*border-top:1px solid #C0E2D4;*/
}

ul#saturday {
	margin:0;
	padding:0;
	list-style-type:neno;
	width:340px; /*510px*/
	margin:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("images/bgOFF.gif") repeat-x top left;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	border-bottom:4px solid #336666;
	/*border-top:1px solid #C0E2D4;*/
}
ul#saturday li {
	display:block;
	float:left;
	margin:0;
	pading:0;
	text-align: center;
}
ul#saturday li a {
	display:block;
	float:left;
	color:#941c3e;/* orig drab burgundy: #874B46 */
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("images/bgDIVIDER.gif") no-repeat top right;
}
ul#saturday li a:hover {
	background:transparent url("images/bgHOVER.gif") no-repeat top right;
}
ul#saturday li a.current, ul#saturday li a.current:hover {
	color:#fff;
	background:transparent url("images/bgON.gif") no-repeat top right;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
