/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
ul#saturday{
	padding:0;
	list-style-type:none;
	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-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #429C29;
	margin: 0;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #429C29;
}
ul#saturday li{display:block;float:left;margin:0;pading:0;}
ul#saturday li a{
	display:block;
	float:left;
	color:#429C29;
	text-decoration:none;
	height:26px;
	background:transparent url("images/bgDIVIDER.gif") no-repeat top right;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
}
ul#saturday li a:hover{
	background:transparent url("images/bgDIVIDER.gif") no-repeat top right;
	font-weight: bold;
	color: #666;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #429C29;
}
ul#saturday li a.current:hover{
	border:none;
}
ul#saturday li a.current,ul#saturday li a.current:hover{
	color:#fff;
	background:transparent url("images/bgON.gif") no-repeat top right;
	font-weight: bold;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
