#nav{

	position:absolute;

	top:251px;

	height:52px;

	margin:0 0 0 11px;

	display:block;

}



#nav ul {

	font-size: 0.7em;

	margin: 0;

	padding: 0;

	position:relative;

	left:50px;

}



#nav li a span{

	display:none;

}



#nav li {

	float:left;

	list-style:none;

	font-weight:bold; /* font properties added to fool IE */

	margin: 0;

	padding: 0;

	border: 0px;

	text-align: center;

}



#nav li a {

	border: 0px;

	display: block;

	height: 52px;

	color: #fff;

	text-decoration: none;

}



* html #nav li a {

	width: 30px;

}



#nav li a#about {
	background: url(../grfx/nav/about.jpg) right top no-repeat;
	height: 52px;
	width: 137px;
}

#nav li a#about:hover {
	background: url(../grfx/nav/about.jpg) right -52px no-repeat;
}

#nav li a#rockingham {
	background: url(../grfx/nav/rockingham.jpg) right top no-repeat;
	height: 52px;
	width: 186px;
}

#nav li a#rockingham:hover {
	background: url(../grfx/nav/rockingham.jpg) right -52px no-repeat;
} 

#nav li a#enquiries {
	background: url(../grfx/nav/enquiries.jpg) right top no-repeat;
	height: 52px;
	width: 236px;
}

#nav li a#enquiries:hover {
	background: url(../grfx/nav/enquiries.jpg) right -52px no-repeat;
}

#nav li a#testimonials {
	background: url(../grfx/nav/testimonials.jpg) right top no-repeat;
	height: 51px;
	width: 144px;
}

#nav li a#testimonials:hover {
	background: url(../grfx/nav/testimonials.jpg) right -51px no-repeat;
}

#nav li a#gallery {
	background: url(../grfx/nav/gallery.jpg) right top no-repeat;
	height: 51px;
	width: 144px;
}

#nav li a#gallery:hover {
	background: url(../grfx/nav/gallery.jpg) right -51px no-repeat;
} 

#map_div {

	margin:0;

	padding:0;

	position:absolute;

}