#map {
	width:765px;
	height:435px;
	background-image: url(../images/map_new.gif);
	background-repeat: no-repeat;
}

#map-us {
	float:left;
	padding-top:99px;
	width:245px;
	height:131px;
	}

a.mapus {
	display: block;
	width: 245px;
	height:131px;
	background-image:url(../images/map_us.gif);
	background-repeat: no-repeat;
}

a.mapus:hover{
	background-image:url(../images/map_us_m.gif);
	background-repeat: no-repeat;
}

#map-uk {
	float:left;
	padding-top:91px;
	padding-left:83px;
	width:202px;
	height:66px;
	}

a.mapuk {
	display: block;
	width: 186px;
	height:66px;
	background-image:url(../images/map_uk.gif);
	background-repeat: no-repeat;
}

a.mapuk:hover{
	background-image:url(../images/map_uk_m.gif);
	background-repeat: no-repeat;
}

#map-ch {
	float:left;
	padding-top:117px;
	padding-left:0px;
	width:113px;
	height:112px;
	}
	
a.mapch {
	display: block;
	width: 113px;
	height: 112px;
	background-image:url(../images/map_ch.gif);
	background-repeat: no-repeat;
}

a.mapch:hover{
	background-image:url(../images/map_ch_m.gif);
	background-repeat: no-repeat;
}

#map-jp {
	float:left;
	padding-top:118px;
	padding-left:0px;
	width:100px;
	height:111px;
	}

a.mapjp {
	display: block;
	width: 101px;
	height:111px;
	background-image:url(../images/map_jp.gif);
	background-repeat: no-repeat;
}

a.mapjp:hover{
	background-image:url(../images/map_jp_m.gif);
	background-repeat: no-repeat;
}