#mapframe {
	width: 100%;
	height: 400px;
}

#mapframe img{
	float: left;
	position: absolute;
}

#mapframe #map1 {
	zindex: 2;

}

#mapframe #map2 {
	zindex: 3;

} 

#mapframe #map3 {
	zindex: 4;
	/* visibility: hidden; */
} 

#mapmenu {
	clear: both;
	
}

#mapmenu ul {
	list-style: none;
}


#mapmenu ul li {
	float: left;
	margin-right: 5px;
	}


#boxmap1, #boxmap2, #boxmap3 {
  padding:2px 5px;
  border: 1px solid #777;
  text-decoration:none;
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

.map1active {
  background-color: #81ABD0;
  color: #fff;
}

.map2active {
  background-color: #b0a051;
  color: #fff;
}

.map3active {
  background-color: #cc4b35;
  color: #fff;
}