@charset "UTF-8";
/* CSS Document */

<style type="text/css">
.menu ul { display: block; padding: 0px; margin: 0px; list-style: none; text-align: left; } 
#menucontainer {
	height: 40px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;  /* adjust width as needed */
	position: relative;
	background-color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0;
	border-bottom-color: #FF0;
}
body#nursery a#nurserynav,
body#takealookinside a#takealookinsidenav,
body#feesandopening a#feesandopeningnav,
body#newsandinformation a#newsandinformationnav,
body#latestnews a#latestnewsnav,
body#contact a#contactnav {
	color: #030;
	font-weight: bold;
	background-image: url(images/MENUBGGREY.jpg);
}
.menu ul {
	display: block;
	margin: 0px;
	list-style: none;
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} .menu ul li {
	display: inline;
	margin: 0px;
	list-style: none;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
} .menu a {
	text-decoration: none;
	color: #333;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-image: url(images/NAVBARDOWN.jpg);
	background-repeat: repeat;
} .menu a:hover {
	color: #999;
	background-image: url(images/MENUBG.jpg);
} 


</style>
	
