#Map
{
	position: relative;
	margin: 0.75em 0 0 0;
	padding: 2em 0 0 0;
}

#Map p
{
	margin: 2px 0 0 0;
	text-align: left;
}

#GoogleMap
{
	border: 1px RoyalBlue solid;
}

#DirectionsLinkDaleCamp
{
	position: absolute;
	top: 0;
	left: 0;
	width: 109px;
}

#DirectionsLinkHareLane
{
	position: absolute;
	top: 0;
	left: 110px;
	width: 109px;
}

#DirectionsLinkLimeWood
{
	position: absolute;
	top: 0;
	left: 220px;
	width: 109px;
}

#DirectionsLinkHoolePark
{
	position: absolute;
	top: 0;
	left: 330px;
	width: 109px;
}

#DirectionsLinkOverleigh
{
	position: absolute;
	top: 0;
	left: 440px;
	width: 109px;
}

#Zoom
{
	position: absolute;
	bottom: -14px;
	right: 0px;
}

#Map a:link,
#Map a:visited
{
	display: block;
	padding: 0.4em 0.5em 0.4em 0.5em;
	color: White;
	background-color: RoyalBlue;
	border-left: Black 16px solid;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

#Map a:hover
{
	background-color: Black;
	border-left: RoyalBlue 16px solid;
}

#Map a.ActiveLocation:link, 
#Map a.ActiveLocation:visited
{
	color: White;
	background-color: Yellowgreen;
	border-left: OliveDrab 16px solid;
}
