#map {
	position: relative;
	margin: 0 0 1em;
	padding: 0;
	background: #fef7f9 url(../img/map.gif) no-repeat -65px -203px;
	height: 500px;
	width: 740px;
	list-style: none;
	border: 5px solid #f7b6d0;
}
#map li {
	margin: 0;
	background: url(../img/dot.gif) no-repeat;
	position: absolute;
	font: 10px/11px Arial, serif;
}
#map li.left {
	background-position: left center;
	padding-left: 12px;
}
#map li.right {
	background-position: right center;
	padding-right: 12px;
}
#map li.wasRight {
	width: 200px;
}
#map a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#map a:hover {
	text-decoration: underline;
	color: #09f;
}

