/*
	border: 1px dashed yellow;
*/
#Map{
	position:absolute;
	width:533px;
	height:461px;
	margin:10px 70px;
}

#Caribbean {
	background: transparent url(/img/map/Caribbean.png) no-repeat;
	position:absolute;
	left:308px;
	top:40px;
	width:203px;
	height:271px;
	display:none;
}

#NorthPacific {
	background: transparent url(/img/map/NorthPacific.png) no-repeat;
	position:absolute;
	left:32px;
	top:1px;
	width:161px;
	height:242px;
	display:none;
}

#NorthernPlains {
	background: transparent url(/img/map/NorthernPlains.png) no-repeat;
	position:absolute;
	left:91px;
	top:10px;
	width:262px;
	height:145px;
	display:none;
}
#CentralValley {
	background: transparent url(/img/map/CentralValley.png) no-repeat;
	position:absolute;
	left:185px;
	top:83px;
	width:220px;
	height:176px;
	display:none;
}
#CentralPacific {
	background: transparent url(/img/map/CentralPacific.png) no-repeat;
	position:absolute;
	left:143px;
	top:130px;
	width:190px;
	height:158px;
	display:none;
}
#SouthPacific {
	background: transparent url(/img/map/SouthPacific.png) no-repeat;
	position:absolute;
	left:301px;
	top:230px;
	width:200px;
	height:233px;
	display:none;
}
#Monteverde {
	background: transparent url(/img/map/Monteverde.png) no-repeat;
	position:absolute;
	left:170px;
	top:119px;
	width:133px;
	height:150px;
	display:none;
}

#Map span{
	display:block;
	font-weight:bold;
	margin-right: 10px;
}
#Map span H1{
	font-weight:bold;
	color:#084F7D;
	font-size:12pt;
	text-align:left;
}

#Map span UL LI{
		margin-left:20px;
}
#Map span UL LI A{
	font-size:11pt;
	font-weight:bold;
	color:#000000;
}

#Map span UL LI A:hover{
	color: #4B9EF4;
}
