#nav {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 18px;
	width: 980px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../images/menu/menu-bkg.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: left center;
}
ul#mainNav {
	list-style: none;
	padding: 0px;
	float: right;
	margin: 0px;
}
#mainNav li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#mainNav a {
	text-decoration: none;
	font-size: 0.7em;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	color: #333333;
	height: 15px;
	padding-right: 17px;
	padding-left: 17px;
}
#mainNav a:hover {
	background-color: #6D1772;
	color: #FFFFFF;
}
ul#footerNav {
	list-style: none;
	padding: 0px;
	float: right;
	margin: 0px;
}
#footerNav li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100px;
}
#footerNav a {
	text-decoration: none;
	font-size: 0.7em;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	padding-top: 3px;
	color: #333333;
	height: 15px;
}
#footerNav a:hover {
	color: #000000;
}
/*Original design by Duck On Water 2008 - www.duckonwater.co.uk*/
