@charset "utf-8";
/* CSS Document */

#map {
	background:url(images/map.jpg) no-repeat; 
	width:434px;
	height:434px;
	display:block;
	margin:0;
	padding:0;
}
#map span { display: none; }

#map li, #map a { height:434px; width:434px; display:block; } /* change height here also */

#map li { float:left; list-style:none; _display:inline; position:relative; }

#map_01 { width: 434px; height:434px; margin-left: 0px;}

/*----- (-0px) X position of button / (-22px) height of image from above ------ */
#map_01 a:hover { background:url("images/map.jpg")  -0px -434px no-repeat; }