#map 
{	width: 554px; 
	margin: 0 0 4px 0;
	padding: 0;
	position: relative;
	height: 375px;
}

#mapNW,
#mapN,
#mapNE,
#mapW,
#mapC,
#mapE,
#mapSW,
#mapS,
#mapSE {
	position: absolute;
	display: block;
	width: 185px;
	height: 123px;
}

#mapNW {
	top: 0; left: 0;
	background: url(map_nwb.gif) no-repeat;
}
#mapN {
	top: 0; left: 185px;
	background: url(map_nb.gif) no-repeat;
}
#mapNE {
	top: 0; left: 370px;
	background: url(map_neb.gif) no-repeat;
}
#mapW {
	top: 123px; left: 0;
	background: url(map_wb.gif) no-repeat;
}
#mapC {
	top: 123px; left: 185px;
	background: url(map_cb.gif) no-repeat;
}
#mapE {
	top: 123px; left: 370px;
	background: url(map_eb.gif) no-repeat;
}
#mapSW {
	top: 246px; left: 0;
	background: url(map_swb.gif) no-repeat;
}
#mapS {
	top: 246px; left: 185px;
	background: url(map_sb.gif) no-repeat;
}
#mapSE {
	top: 246px; left: 370px;
	background: url(map_seb.gif) no-repeat;
}

#mapNW a,
#mapN a,
#mapNE a,
#mapW a,
#mapC a,
#mapE a,
#mapSW a,
#mapS a,
#mapSE a
{
display: block;
width: 185px;
height: 123px;
}

#mapNW img,
#mapN img,
#mapNE img,
#mapW img,
#mapC img,
#mapE img,
#mapSW img,
#mapS img,
#mapSE img
{
width: 185px;
height: 123px;
border: 0;
}

* html a:hover
{
visibility:visible;
}

#mapNW a:hover img,
#mapN a:hover img,
#mapNE a:hover img,
#mapW a:hover img,
#mapC a:hover img,
#mapE a:hover img,
#mapSW a:hover img,
#mapS a:hover img,
#mapSE a:hover img
{
visibility:hidden;
}

