html > body {
	font-size: 10px; /* correct value for non-IE6 browsers */
}
							

/* =menu
----------------------
---------------------- */
body {
	background: #FFF;
	color: #666;
	background-image: url('../topgrad.gif');
	background-repeat: repeat-x;
	}

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;
	}

a {
	color: #339900;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: #339900;
	}

/* Root = Horizontal, Secondary = Vertical */

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;
	background:transparent url("../bgoff.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #336666;
	border-top:1px solid #C0E2D4;
	}

ul#saturday li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	}

ul#saturday li a{
	display:block;
	float:left;
	color:#009933;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	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;
	}

.footer
{
    background-image: url('../topgrad2.gif');
    background-repeat: repeat-x;
    height: 150px;
}

