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

		#map1 {
	margin:0;
	padding:0;
	width:480px;
	height:340px;
	background:url(../images/home.jpg) top left no-repeat #fff;
	font-family:arial, helvetica, sans-serif;
	font-size:8pt;
		}
		
		#map1 li {
			margin:0;
			padding:0;
			list-style:none;
		}
		
		#map1 li a {
			position:absolute;
			display:block;
			/*
			   Specifying a background image
			   (a 1px by 1px transparent gif)
			   fixes a bug in older versions of
			   IE that causeses the block to not
			   render at its full dimensions.
			*/
   			background:url(../images/blank.gif);
   			text-decoration:none;
			color:#000;
		}
		
		#map1 li a span { display:none; }
		
		#map1 li a:hover span {
			position:relative;
			display:block;
			width:200px;
			left:25px;
			top:25px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
 			filter:alpha(opacity=80);
			opacity:0.8;
  		}
	
		#map1 a.link1 {
	top:84px;
	left:54px;
	width:107px;
	height:103px;
		}
		
		#map1 a.link2 {
	top:8px;
	left:257px;
	width:50px;
	height:50px;
		}
