/* CSS Document */

		#map {
			margin:0;
			padding:0;
			width:400px;
			height:300px;
			background:url(../images/tuono-concept.gif) top left no-repeat;
			font-family:arial, helvetica, sans-serif;
			font-size:8pt;
		}
		
		#map li {
			margin:0;
			padding:0;
			list-style:none;
		}
		
		#map li a {
			position:relative;
			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;
		}
		
		#map li a span { display:none; }
		
		#map li a:hover span {
			position:relative;
			display:block;
			width:300px;
			left:60px;
			top:10px;
			border:1px solid #006699;
			background:#fff;
			padding:5px;
 			filter:alpha(opacity=80);
			opacity:0.8;
  		}
	
		#map a.basis {
			top:175px;
			left:130px;
			width:40px;
			height:40px;
		}
		
		#map a.maat {
			top:65px;
			left:225px;
			width:40px;
			height:40px;
		}
		
		#map a.oem {
			top:-35px;
			left:310px;
			width:40px;
			height:40px;
		}

