/* ---- 

########### Danne Montague-King UK CSS Document ###########

Author: SASI
Created: 09 July 2008 

---- */



/* ---- Map ---- */

.map{
padding:0; 
margin-left:29px;
list-style-type:none; 
background-image:url(../images/map/map_bg.gif);
background-repeat:no-repeat;
width:544px;
height:606px;
margin:0px 0px 0px 29px; 
position:relative; 
z-index:100;

}

.map li a {text-indent:-999px; display:block; border:1px #ffffff solid; width:5px; height:5px; background:#737373; position:absolute; line-height:8px; color:#E5E5E5;}

.map li a em {visibility:hidden; position:absolute;}

/* move the text back into view on hover .map li a.ln {top:280px; left:240px;} */

.map li a:hover { background:#ec0000; text-indent:0; height:5px;  color:#fff;  width:5px; cursor:pointer; z-index:5; text-decoration:none;}

/* make the descriptive text visible, give it a size and position */
.map li a:hover em {
visibility:visible; 
padding: 7px;
margin-left:5px;
background-repeat:no-repeat; 
background-image:url(../images/map/popup.gif); 
width:443px;
height:75px;
color:#000000; 
font-style:normal; 
top:-72px; 
left: -278px;
font-family:Arial, Helvetica, sans-serif; 
font-size:11px; 
line-height:20px;
z-index:20;}


.link{
text-decoration:underline;

}


/* ---- End Map ---- */