dt
{
	text-align: left;
	padding-left: 10px;
	font-size: 18px;
	color: white;
	background: #FF9933;
}

dl#map{
	margin: 15px 15px;
	padding: 0;
	background: transparent url(/images/caveTopoMap.png) top left no-repeat;
	height: 411px;
	border: 2px solid white;
	width: 370px;
}
dd a
{
	border: 1px solid white;
	background: rgba( 255, 255, 191, 0 );
	position: relative;

	display: block;
	padding: 0 !important; margin: 0 !important;

}

dd a:hover
{
	background: rgba(255,255,191, 0);
	background: none;
}

dd#cave a {

	width: 37px !important;
	height: 41px !important;
	top: 279px;
	left: 95px;
}

dd#cave a:hover {
	border: 1px solid transparent;
		background: no-repeat top left url(/images/sinkhole_ro.png);
	
}

dd#trail a {

	width: 60px !important;
	height: 65px !important;
	top: -140px;
	left: 78px;
}

dd#trail a:hover {
	border: 1px solid transparent;
		background: no-repeat top left url(/images/trail_ro.png);
		background-position: top;
}

dd#field a {


	width: 137px !important;
	height: 263px !important;
	top: -45px;
	left: 176px;
}

dd#field a:hover {
	border: 1px solid transparent;
		background: no-repeat top left url(/images/field_ro.png);
	
}

dd#quarry a {
	width: 112px !important;
	height: 156px !important;
	top: -276px;
	left: -41px;
}

dd#quarry a:hover {
	border: 1px solid transparent;
		background: no-repeat left url(/images/quarry_ro.png);
	
}