/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */

body {

	margin:0 auto;

	pading:0;

	width:996px;

}



ul#saturday {

	margin:0;

	padding:0;

	list-style-type:none;

	width:auto;

	position:relative;

	display:block;

	height:27px;

	/*text-transform:uppercase;*/

	font-size:13px;

	font-weight:bold;

	background:transparent url("img/html5menu/bgOFF.png") repeat-x top left;

	font-family:Tahoma,Helvetica,Arial,Verdana,sans-serif;

	border-bottom:1px solid #0d5f95;

	border-top:1px solid #0e6097;

}



ul#saturday li {

	display:block;

	float:left;

	list-style-type:none;

	width:90px;

	text-align:center;

	margin:0;

	pading:0;

	background:transparent url("img/html5menu/bgDIVIDER.png") no-repeat;

	background-position:100% 50%;

}



ul#saturday li.last-child {

	background:none;

}



ul#saturday li a {

	display:block;

	float:left;

	color:white;

	text-decoration:none;

	

	/*padding:7px 20px 0 20px;*/

	width:100%;

	padding-top:5px;

	height:20px;

	

}



ul#saturday li a:hover {

	background:transparent url("img/html5menu/bgHOVER.png") repeat-x top right;

}



ul#saturday li a.current,ul#saturday li a.current:hover {

	color:#fff;

	background:transparent url("img/html5menu/bgON.gif") no-repeat top right;

}



/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */



p{

	font-size: 10pt; 

	font-family: Verdana, Arial, Helvetica, sans-serif;

	text-align:justify;



}

