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


		#map5 {
	margin:0;
	padding:0;
	width:480px;
	height:340px;
	font-family:arial, helvetica, sans-serif;
	font-size:8pt;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
		}
		
		#map5 li {
			margin:0;
			padding:0;
			list-style:none;
		}
		
		#map5 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;
		}
		
		#map5 li a span { display:none; }
		
		#map5 li a:hover span {
			position:relative;
			display:block;
			width:200px;
			left:100px;
			top:70px;
			border:1px solid #000;
			background:#fff;
			padding:5px;
 			filter:alpha(opacity=90);
			opacity:0.9;
			text-align:left;
			font-style: normal;
  		}
	
		#map5 a.design {
	top:55%;
	left:45%;
	width:130px;
	height:130px;
	position: fixed;
	background-image: url(../images/8.png);
		}
		
		#map5 a.hosting {
	top:83px;
	left:197px;
	width:110px;
	height:105px;
		}
		
		#map5 a.printing {
	top:81px;
	left:345px;
	width:104px;
	height:109px;
		}
