#map {
	float: left;
	height: 329px;
	width: 307px;
	position: relative;
	background: #fff url(../images/locations/location-map.gif) top left no-repeat;
}

#maplist {
	float: right;
	width: 320px;
	position: relative;
}

.city { position: absolute; }

.citylist {
	list-style: none;
	margin: 0;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 1.6em;
}

.citylist a {
	color: #000;
	background-color: #fff;
	text-decoration: none;
	padding: 1px;
}

.citylist a:hover {
	color: #000;
	background-color: #d0d3e1;
	text-decoration: none;
}