h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

ul#saturday{
	margin:0;
	padding:0;
	list-style-type:none;
	width:760px;
	position:fixed;
	display:block;
	height:46px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	/*background:transparent url("bgOFF.png") repeat-x top left;*/
	background: url("bgOFF.png") no-repeat top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	background-image: url(bgOFF.gif);
	/*border-top-width: 1px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #990000;*/
	}
ul#saturday li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	}
ul#saturday li a{
	display:block;
	float:left;
	/*color:#874B46;*/
	color:#FFFFFF;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:46px;
	background:transparent url("bgDIVIDER.gif") no-repeat top right;
	}
ul#saturday li a:hover{
	background:transparent url("bgHOVER.gif") no-repeat top right;
	color: #FF0000;
	top: 0px;
	}
ul#saturday li a.current,ul#saturday li a.current:hover{
	background:transparent url("bgON.gif") no-repeat top right;
	color: #FF0000;
	}
/*Sub level menu*/
ul#saturday ul li {
left: 0px;
top: 0px;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
width:100px;
}
/*Sub level menu list items*/
ul#saturday ul li a{
display: inline;
float: none;
}

/* Sub level menu links style */
ul#saturday ul li  a{
width: 100px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #e3f1bd;
border-width: 0 1px 1px 1px;
height:46px;
}

ul#saturday ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
width:100px;
}

ul#saturday ul li a:hover{
background: #cde686;
width:100px;
}

ul#saturday .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html ul#saturday ul li { float: left; height: 1%; }
* html ul#saturday ul li a { height: 1%; }


p a{
color:#FFFFFF
}
/* End */

