@charset "utf-8";
/* CSS Document */
#europe {
	float:left;
	position: relative;
	width: 300px;
	height: 315px;
	background: url(../map/europe.jpg) no-repeat;
	padding: 0;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#europe li {
display: block;
position: absolute;
list-style: none;
margin: 0;
padding: 0;
}

#europe a {
display: block;
text-indent: -9999px;
text-decoration: none;


}

#uk {
left: 70px;
top: 0px;
width: 72px;
height: 125px;
z-index: 40;
}
#uk a {
height: 125px;
}

#uk a:hover {background: url(../map/uk.jpg) -70px 0px no-repeat;}

#ire {
left: 35px;
top: 39px;
width: 53px;
height: 51px;
z-index: 40;
}
#ire a {
height: 51px;
}

#ire a:hover {background: url(../map/ireland.jpg) -35px -39px no-repeat;}


#france {
left: 72px;
top: 112px;
width: 121px;
height: 124px;
z-index: 40;
}
#france a {
height: 124px;
}

#france a:hover {background: url(../map/france.jpg) -72px -112px no-repeat;}

#germany {
left: 175px;
top: 65px;
width: 78px;
height: 107px;
z-index: 40;
}
#germany a {
height: 107px;
}

#germany a:hover {background: url(../map/germany.jpg) -175px -65px no-repeat;}

#holland {
left: 152px;
top: 84px;
width: 36px;
height: 36px;
z-index: 40;
}
#holland a {
height: 36px;
}

#holland a:hover {background: url(../map/holland.jpg) -152px -84px no-repeat;}

#belgium {
left: 144px;
top: 110px;
width: 34px;
height: 29px;
z-index: 40;
}
#belgium a {
height: 29px;
}

#belgium a:hover {background: url(../map/belgium.jpg) -144px -110px no-repeat;}

