#mapblock {
	margin: 0;
	padding: 0;
	width: 632px;
	height: 340px;
	position: relative;
}

#mapblock ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#mapblock ul li {
	margin: 0;
	padding: 0;
}


#mapblock ul li span {
	position: absolute;
	left: -10000px;
}

#mapblock ul li a {
	display: block;
}

#mapblock ul li.Europe {
	position: absolute;
	top: 69px;
	left: 100px;
}

#Europe {
	background: -100px -69px url(../images/map_off.gif) no-repeat;
	width: 63px;
	height: 20px;
}

#Europe:hover {
	background: -100px -69px url(../images/map_on.gif) no-repeat;
	width: 63px;
	height: 20px;
}

#mapblock ul li.Africa {
	position: absolute;
	top: 170px;
	left: 48px;
}

#Africa {
	background: -48px -170px url(../images/map_off.gif) no-repeat;
	width: 53px;
	height: 20px;
}

#Africa:hover {
	background: -48px -170px url(../images/map_on.gif) no-repeat;
	width: 53px;
	height: 20px;
}

#mapblock ul li.Oceania {
	position: absolute;
	top: 244px;
	left: 234px;
}

#Oceania {
	background: -234px -244px url(../images/map_off.gif) no-repeat;
	width: 75px;
	height: 20px;
}

#Oceania:hover {
	background: -234px -244px url(../images/map_on.gif) no-repeat;
	width: 75px;
	height: 20px;
}

#mapblock ul li.NorthAmerica {
	position: absolute;
	top: 78px;
	left: 419px;
}

#NorthAmerica {
	background: -419px -78px url(../images/map_off.gif) no-repeat;
	width: 110px;
	height: 20px;
}

#NorthAmerica:hover {
	background: -419px -78px url(../images/map_on.gif) no-repeat;
	width: 110px;
	height: 20px;
}

#mapblock ul li.SouthAmerica {
	position: absolute;
	top: 214px;
	left: 497px;
}

#SouthAmerica {
	background: -497px -214px url(../images/map_off.gif) no-repeat;
	width: 118px;
	height: 20px;
}

#SouthAmerica:hover {
	background: -497px -214px url(../images/map_on.gif) no-repeat;
	width: 118px;
	height: 20px;
}

#mapblock ul li.AsiaIndonesia {
	position: absolute;
	top: 178px;
	left: 203px;
}

#AsiaIndonesia {
	background: -203px -178px url(../images/map_off.gif) no-repeat;
	width: 253px;
	height: 48px;
}

#AsiaIndonesia:hover {
	background: -203px -178px url(../images/map_on.gif) no-repeat;
	width: 253px;
	height: 48px;
}

#mapblock ul li.AsiaHongKong {
	position: absolute;
	top: 137px;
	left: 203px;
}

#AsiaHongKong {
	background: -203px -137px url(../images/map_off.gif) no-repeat;
	width: 132px;
	height: 34px;
}

#AsiaHongKong:hover {
	background: -203px -137px url(../images/map_on.gif) no-repeat;
	width: 132px;
	height: 34px;
}

#mapblock ul li.AsiaSouthKorea {
	position: absolute;
	top: 137px;
	left: 347px;
}

#AsiaSouthKorea {
	background: -347px -137px url(../images/map_off.gif) no-repeat;
	width: 109px;
	height: 34px;
}

#AsiaSouthKorea:hover {
	background: -347px -137px url(../images/map_on.gif) no-repeat;
	width: 109px;
	height: 34px;
}

#mapblock ul li.Japan {
	position: absolute;
	top: 108px;
	left: 300px;
}

#Japan {
	background: -300px -108px url(../images/map_off.gif) no-repeat;
	width: 50px;
	height: 20px;
}

#Japan:hover {
	background: -300px -108px url(../images/map_on.gif) no-repeat;
	width: 50px;
	height: 20px;
}
