#map {
margin:0;
padding:0;
width:980px;
height:698px;
/*background:url(../images/prison-map01.png) top left no-repeat;*/
font-family:"comic san", arial, helvetica, sans-serif;
font-size:14pt;
}


#map li {
margin:0;
padding:0;
list-style:none;
}

#map li a {
position:absolute;
 display:block;
 /*Specifying a background image (a 1px by 1px transparent gif) fixes a bug in older versions of IE that causes the block to not render at its full dimensions. */
background:url(images/blank.gif);
}

#map li a span { display:none; }

#map li a:hover span {
position:relative;
display:block;
width:110px;
left:20px;
top:10px;
padding:5px;
border:4px solid #0064BC;
background:#FBFBD5;
text-decoration:none;
font-family:comic sans MS, arial, helvetica, sans-serif;
color:#000;
filter:alpha(opacity=80);
opacity:0.8;
}


#map a.prison {
top:480px;
left:10px;
width:240px;
height:150px;
background-image:url('http://www.construction-alley.com/kids//images/town-signbubble.png') repeat-none;
}

#map a.friend {
top:510px;
left:270px;
width:100px;
height:110px;
}

#map a.myhouse {
top:430px;
left:420px;
width:180px;
height:190px;
}

#map a.court {
top:500px;
left:630px;
width:100px;
height:90px;
}

#map a.community {
top:490px;
left:850px;
width:100px;
height:90px;
}

#map a.askjustin {
top:580px;
left:650px;
width:350px;
height:150px;
}

#map a:hover span.askjustin {
width:300px;
top: 5px;
}

#map a.returnlink {
top:590px;
left:700px;
width:260px;
height:90px;
}

