
		#map {
			margin:0;
			padding:0;
			width:535px;
			height:700px;
			background:url(map.jpg);
			position:relative;
		}
		
		#map li {
			margin:0;
			padding:0;
			list-style:none;
		}
		
		#map 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;
		}
		
		#map li a span { display:none; }
		
		#map li a:hover span {
			position:relative;
			display:block;
			width:264px;
			left:20px;
			top:20px;
			padding:5px;
  		}
	
		#map a.DD214 {
			top:190px;
			left:10px;
			width: 262px;
			height: 105px;
		}

		#map a.VAHC {
			top:85px;
			left:10px;
			width:262px;
			height:105px;
		}
		
		
		#map a.CVSO {
			top:20px;
			left:100px;
			width:262px;
			height:105px;
		}
		
		#map a.FVSO {
			top:110px;
			left:175px;
			width:262px;
			height:105px;
		}

		#map a.CALC1 {
			top:60px;
			left:290px;
			width:262px;
			height:105px;
		}


		#map a.CALC2 {
			top:240px;
			left:310px;
			width:262px;
			height:105px;
		}


		#map a.FDVA {
			top:360px;
			left:190px;
			width: 262px;
			height: 105px;
		}

		#map a.USVA {
			top:425px;
			left:210px;
			width:262px;
			height:105px;
		}
		
		
		#map a.DISAB {
			top:410px;
			left:20px;
			width:262px;
			height:105px;
		}
		
		#map a.LOAN {
			top:520px;
			left:-30px;
			width:262px;
			height:105px;
		}

		#map a.FIREWORKS {
			top:600px;
			left:90px;
			width:262px;
			height:105px;
		}


		#map a.FUTURE {
			top:560px;
			left:270px;
			width:262px;
			height:105px;
		}

		


