/* From Stu Nicholls http://www.webreference.com/programming/image_map/ */

/* set the size of the definition list <dl> and add the background image */
#imap {display:block; width:200px; height:118px; background:url(layout/navigation.gif) no-repeat; padding:0; margin:0; position:relative;}

/* set up the definition list <dt><a> to hold the background image for the hover state */
/* #imap a#title {display:block; width:400px; height:0; padding-top:240px; overflow:hidden; position:absolute; left:0; top:0; background:transparent  cursor:default;}*/
/* the hack for IE pre IE6 */
* html #imap a#title {height:240px; he\ight:0;}

/* the <dt><a> hover style to move the background image to position 0 0*/
#imap a#title:hover {background-position: 0 0;}

/* place the <dd>s in the correct absolute position */
#imap dd {position:absolute; padding:0; margin:0;}
#imap #picjen1 {left:0px; top:0px;   }
#imap #picjen2 {left:0px; top:14px;  }
#imap #picjen3 {left:0px; top:29px;  }
#imap #picjen4 {left:0px; top:44px;  }
#imap #picjen5 {left:0px; top:59px;  }
#imap #picjen6 {left:0px; top:74px;  }
#imap #picjen7 {left:0px; top:89px;  }
#imap #picjen8 {left:0px; top:104px; }


/* style the <dd><a> links physical size and the background image for the hover */
#imap a#jen_a, #imap a#gallery, #imap a#media, #imap a#art, #imap a#web, #imap a#jacf, #imap a#info, #imap a#Home {display:block; width:200px; height:10px; background:transparent 0px 0px no-repeat; text-decoration:none; }

/* style the span text so that it is not initially displayed */
#imap a span, #imap a:visited span {display:none;}

/* move the link background image to position 0 0 when hovered */
/*#imap a#jen_a:hover, #imap a#gallery:hover, #imap a#media:hover, #imap a#art:hover {background-position:0 0;} */

/* define the common styling for the span text */
#imap a:hover span {position:absolute;  width:388px; display:block; font-family:arial; font-size:12px; background:#fff; color:#000; border:1px solid #000; padding:5px;}
/* the hack for IE pre IE6 */
* html #imap a:hover span {width:400px; w\idth:388px;}

/* move the span text to a common position at the bottom of the image map */

/* add the style for the link span text - first line */
#imap a span:first-line {font-weight:bold; font-style:italic;}