/* Image Map */

/* E	U	R	O	P	E */

#eu_imagemap {
	width: 301px;
	height: 357px;
	position: relative;
	margin: 0 0 0 160px;
	padding: 0;
}

#eu_imagemap a span {display: none;}

/* nld: netherlands */
a#nld {
	position: absolute;
	top: 186px;
	left: 116px;
	display: block;
	width: 20px;
	height: 23px;
	background-image: url(../../images/eu/nld.png);
	background-repeat: no-repeat;
	background-position: top left;
}

a#nld:hover {
	background-position: 0 -23px;
}


/* ita: italy */
a#ita {
	position: absolute;
	top: 249px;
	left: 130px;
	display: block;
	width: 88px;
	height: 102px;
	background-image: url(../../images/eu/ita.png);
	background-repeat: no-repeat;
	background-position: top left;
}

a#ita:hover {
	background-position: 0 -102px;
}
