/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
ul#saturday{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	background-color: transparent;
	background-repeat: repeat;
	background-position: left top;
	border-top-width: 0px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C0E2D4;
	border-bottom-color: #7E2B11;
	background-image: url(../images/bgOFF.gif);
}
ul#saturday li{display:block;float:left;margin:0;pading:0;}
ul#saturday li a{
	display:block;
	float:left;
	color:#333333;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	background-color: transparent;
	background-image: url(../images/bgDIVIDER.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
ul#saturday li a:hover{
	background-color: transparent;
	background-image: url(../images/bgHOVER.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
ul#saturday li a.current,ul#saturday li a.current:hover{
	color:#FFFFFF;
	background-color: transparent;
	background-image: url(../images/bgON.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
