dl.map.on {
	position:relative;
	width:550px;
	height:225px;
	background:url(images/world-map.jpg) no-repeat;
	text-align:left;
	margin:0px;
	padding:0px;
	border: none;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:4px;
	border:#222 2px solid;
	background:#666;
	color:#fff;
	z-index:11;
	font-size:10px;
}
dl.map.on dd img {
	position:relative;
	float:right;
	border: none;
	margin: 0px;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(images/point.png) no-repeat;
	width:10px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(images/point-hover.png) no-repeat;
}
dl.map.on dd a {
	text-decoration:none;
	color:#000;
}

/* START OF CSS FOR MAP POINTS */
/*
dl.map.on a#location01 {
	top:88px;
	left:115px;
}
dl.map.on a#location02 {
	top:188px;
	left:179px;
}
dl.map.on a#location03 {
	top:194px;
	left:493px;
}
dl.map.on a#location04 {
	top:195px;
	left:539px;
}
dl.map.on a#location05 {
	top:121px;
	left:389px;
}
dl.map.on a#location06 {
	top:85px;
	left:475px;
}
dl.map.on a#location07 {
	top:76px;
	left:487px;
}
dl.map.on a#location08 {
	top:133px;
	left:429px;
}
dl.map.on a#location09 {
	top:89px;
	left:457px;
}
dl.map.on a#location10 {
	top:100px;
	left:376px;
}
*/
