/*
 * File:	Tr'ondëk Hwëch'in Heritage maps.css
 * Date:	June 18, 2009
/* ---------------------------------------------- */

/* All Sites map
------------------------------------------- */

	#maps-all-sites {
		width: 460px;
		height: 392px;
		background: url("http://trondekheritage.com/images/maps/all-sites.jpg");
		position: relative;
		}

		#maps-all-sites li {
			margin: 0;
			padding: 0;
			list-style: none;
			position: absolute;
			}

		#maps-all-sites li, #maps-all-sites a {
			display: block;
			width: 98px;
			height: 97px;
			}

		#all-black-city {
			top: 117px;
			left: 335px;
			}

		#all-forty-mile {
			top: 185px;
			left: 151px;
			}

		#all-trochek {
			top: 239px;
			left: 254px;
			}

		#all-black-city a:hover {
			background: url("http://trondekheritage.com/images/maps/all-sites.jpg") -833px -117px no-repeat;
			}

		#all-forty-mile a:hover {
			background: url("http://trondekheritage.com/images/maps/all-sites.jpg") -1147px -185px no-repeat;
			}

		#all-trochek a:hover {
			background: url("http://trondekheritage.com/images/maps/all-sites.jpg") -1748px -239px no-repeat;
			}