@charset "UTF-8";
#map {
	margin:0;
	padding:0;
	width:586px;
	height:315px;
	background:url(../images/Track.gif) top left no-repeat #fff;
	font-family:arial, helvetica, sans-serif;
	font-size:8pt;
	position: absolute;
}
#map li {
    margin:0;
    padding:0;
    list-style:none;
}
#map li a {
	display:block;
	/*
       Specifying a background image
       (a 1px by 1px transparent gif)
       fixes a bug in older versions of
       IE that causeses the block to not
       render at its full dimensions.
    */
    background:url(../blank.gif);
}
#map li a span { display:none; }
#map li a:hover span {
	display:block;
	width:90px;
	top:10px;
	padding:5px;
	border:1px solid #F00;
	background:#fff;
	text-decoration:none;
	color:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
	position: relative;
	right: 10px;
}
#map a.reverse {
	top:220px;
	left:244px;
	width:33px;
	height:54px;
	position: absolute;
}
       
#map a.entrance {
	top:189px;
	left:536px;
	width:22px;
	height:32px;
	position: absolute;
}
       
#map a.reversebays {
	top:232px;
	left:350px;
	width:38px;
	height:50px;
	position: absolute;
}
       
#map a.controltower {
	top:36px;
	left:87px;
	width:39px;
	height:55px;
	position: absolute;
}
       
#map a.start {
	top:208px;
	left:299px;
	width:29px;
	height:43px;
	position: absolute;
}
#map a.drivingpayment {
	top:160px;
	left:501px;
	width:29px;
	height:43px;
	position: absolute;
}
#map a.workshop {
	top:22px;
	left:383px;
	width:29px;
	height:43px;
	position: absolute;
}
#map a.steeringtest {
	top:234px;
	left:437px;
	width:29px;
	height:41px;
	position: absolute;
}
#map a.skidpan {
	top:154px;
	left:369px;
	width:29px;
	height:43px;
	position: absolute;
}

