ul#saturday{
	margin-left:10px;
	margin-top:15px;
	padding:0;
	list-style-type:none;
	width:1008px;
	position:relative;
	display:block;
	height:27px;
	font-size:8pt;
	font-weight:bold;
	background:url('bgOFF.gif') repeat-x left top;
	font-family:Trebuchet MS;
	border-bottom:4px solid #336666;
	border-top:1px solid #272a6c;
	top: 0px;
	left: 0px;
}

ul#saturday li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	}

ul#saturday li a{
	display:block;
	float:left;
	color:#272a6c;
	text-decoration:none;
	padding:5px 5px 0 5px;
	height:22px;
	background:transparent url("bgDIVIDER.gif") no-repeat top right;
	}

ul#saturday li a:hover{
	background:transparent url("bgHOVER.gif") no-repeat top right;
	}

ul#saturday li a.current,ul#saturday li a.current:hover{
	color:#fff;
	background:transparent url("bgON.gif") no-repeat top right;
	}
