﻿/* CSS Image Maps ------------------------------------------ */
/* sample URL http://www.cssplay.co.uk/articles/imagemap --- */

/* set up the font to be used for the page */
/* set the size of the definition list <dl> and add the background image */
.imap {
	display:block; 
	position:relative;
	margin:0 auto;
	}

/* place the <dd>s in the correct absolute position */
.imap dd {
	position:absolute; 
	padding:0; 
	margin:0;
	}

/* .imap a:hover span {left:430px;	top:0;	} */
.imap a:hover span {left:60px;	top:30px;	}
.imap a:hover	{	background-position:0 0;	}

.imap a span,
.imap a:visited span {	display:none;	}

/* style the <dd><a> links physical size and the background image for the hover */
.imap a {
	display:block;
	background:transparent url(../img/hover.gif) -100px -100px no-repeat; 
	text-decoration:none; 
	z-index:20;
	
	text-decoration: none;
	}