dl.map.on {
	position:relative;
	width:550px;
	height:360px;
	background:url(images/us-map-coordinates.png) 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.dealer {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(images/point-blue.png) no-repeat;
	width:10px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.dealer:hover {
	background:url(images/point-hover.png) no-repeat;
}


dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(images/point-red.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 a.factory {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(images/point-red.png) no-repeat;
	width:10px;
	height:10px;
	outline:none;
	z-index:20;
	text-decoration:none;
}
dl.map.on a.factory:hover {
	background:url(images/point-hover.png) no-repeat;
}


dl.map.on a.salesrep {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(images/point-yellow.png) no-repeat;
	width:10px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.salesrep:hover {
	background:url(images/point-hover.png) no-repeat;
}



dl.map.on a.other {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(images/point-green.png) no-repeat;
	width:10px;
	height:10px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.other: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:74px;
	left:103px;
}
dl.map.on a#location03 {
	top:73px;
	left:131px;
}
dl.map.on a#location04 {
	top:65px;
	left:129px;
}
dl.map.on a#location05 {
	top:68px;
	left:153px;
}
dl.map.on a#location06 {
	top:84px;
	left:115px;
}
dl.map.on a#location07 {
	top:77px;
	left:94px;
}
dl.map.on a#location08 {
	top:67px;
	left:82px;
}
dl.map.on a#location09 {
	top:83px;
	left:85px;
}
dl.map.on a#location10 {
	top:70px;
	left:141px;
}
dl.map.on a#location11 {
	top:57px;
	left:106px;
}
dl.map.on a#location12 {
	top:60px;
	left:129px;
}
dl.map.on a#location13 {
	top:69px;
	left:98px;
}
*/

