ul#mainNav {
	list-style: none;
	float: left;
	background-image: url(../images/navigation/background2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C53B9B;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #C53B9B;
}

#mainNav li {
	width: 5em;
	margin: 0px;
	float: left;
	padding: 0px;
}

#mainNav a {
	text-decoration: none;
	font-size: small;
	display: block;
	padding-top: 79px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: "Lucida Sans", Arial, Verdana;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border-right-style: solid;
	border-top-color: #C53B9B;
	border-right-color: #C53B9B;
	border-bottom-color: #C53B9B;
	border-left-color: #C53B9B;
	padding-bottom: 4px;
	margin: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}

#mainNav a:hover {
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(../images/navigation/background-hover.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

/* styles for the "you are here" buttons */
#home #mainNav a#diningLink,
#nav #mainNav a#diningLink {
	background-color: #FFFFFF;

}

#home #mainNav a#homelink:hover,
#nav #mainNav a#featureLink:hover {
	color: #FFFFFF;
}
#mainNav .navPos {
}
/*Original design by Duck On Water 2008 - www.duckonwater.co.uk*/