		#groundsmap {
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0;
	width: 255px;
	height: 358px;
	background: #fff url(../images/groundsmap.jpg) no-repeat top left;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
		
		#groundsmap li {
			margin:0;
			padding:0;
			list-style:none;
		}
		
		#groundsmap 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(blank.gif);
   			text-decoration:none;
			color:#000;
		}
		
		#groundsmap li a span { display:none; }
		
		#groundsmap li a:hover span {
	position: relative;
	display: block;
	width: 210px;
	left: 20px;
	top: 10px;
	border: 1px solid #000;
	background: #3d3d3d;
	padding: 5px;
/*	filter: alpha(opacity=80);
	opacity: 0.8;*/
	height: auto;
	color: #FFFFFF;
	z-index:100;
}
	
		#groundsmap a.porvorim {
			top:30px;
			left:98px;
			width:100px;
			height:50px;
			position:relative;
		}
		
		#groundsmap a.zuarinagar {
			top:95px;
			left:100px;
			width:120px;
			height:40px;
			position:relative;
		}
		
		#groundsmap a.shirodagrnd {
			top:225px;
			left:168px;
			width:75px;
			height:25px;
			position:relative;
		}
		

