div.map{
	width: 375px;
	margin: 0 auto;
	background: transparent;
	position: relative;
	height: 200px;
}
div.map a{
	color: #660000;
	text-decoration: none;
	position: absolute; /*font-weight: bold;*/
}

div.map a:visited{
	color: #770000;
}
div.map a:hover{
	color: #D40000;
	text-decoration: underline;
}
div.map a.active{
	color: Red;
	font-weight: bold;
}
/*Abruzzo*/
#abruzzo{
	background-image: url(/abruzzo/resources/map.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 334px;
}
#aquila{
	top: 122px;
	left: 80px;
}
#chieti{
	top: 126px;
	left: 215px;
}
#pescara{
	top: 93px;
	left: 170px;
}
#teramo{
	top: 57px;
	left: 135px;
}
/*End Abruzzo*/
