#map {
position: relative;
float: left;
margin: 15px 0 0 15px;

}

*html #map {
margin-left: 7px;
}

#map.maponly {
height: 185px;
width: 210px;
}

#map ul {
list-style-image: none;
}

#map ul li {
margin-bottom: 0px;
}

#map img, #map a img {
position: absolute;
border: 0;
}

#mappoints {
list-style: none;
margin: 0;
padding: 0;
}

#mappoints li {
position: absolute;
background: url(assets/bullet.png) no-repeat;
width: 15px;
height: 15px;
}

#mapnames {
	margin: 15px 0 0 0;
	float: right;
	position: absolute;
	right: 5px;
	z-index: 99;
	list-style: none;
}

*html #mapnames {
	right:0px;
}



#mapnames a {
display: block;
width: 115px;
padding-right: 10px;
}

#mapnames li {
width: 120px;
}

#mapnames li a {
text-decoration: none;
color: #2E1700;
text-align: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 11px;
line-height: 1.8;
}

#mapnames li:hover a, #mapnames li.hover a {
background: #2E1700;
color: #fff;
}


#map .left {
position: relative;
float: left;
width: 24px;
height: 183px;
background: url(assets/mapbg-l.png) no-repeat;
}

#map .centre {
position: relative;
float: left;
width: 300px;
height: 183px;
background: url(assets/mapbg.png) repeat;
text-align: left;
}

#map .right {
position: relative;
float: left;
width: 24px;
height: 183px;
background: url(assets/mapbg-r.png) no-repeat;
}

/* individual map point locations (database driven)  */

#mappoints .einasleigh {
margin-left: 100px;
}

#mappoints .walfordcreek {
margin-left: 90px;
margin-top: 25px;
}