#worldmap
{
	width: 570px;
	height: 300px;
	margin: 10px auto;
	padding: 0;
	position: relative;
	background: #FFF url(http://st2.brainboxes.com/files/template/images/where_to_buy_map.png) no-repeat;
}
#worldmap LI
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
}
#worldmap A
{
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
/*Links*/
#americas
{
	left: 1px;
	top: 12px;
	width: 242px;
	height: 252px;
	z-index: 40;
}
#europe
{
	left: 243px;
	top: 12px;
	width: 116px;
	height: 85px;
}
#africa
{
	left: 243px;
	top: 93px;
	width: 116px;
	height: 140px;
}
#asiapacific
{
	left: 335px;
	top: 12px;
	width: 240px;
	height: 252px;
}
/*Links*/
#americas A
{
	height: 252px;
}
#europe A
{
	height: 85px;
}
#africa A
{
	height: 140px;
}
#asiapacific A
{
	height: 252px;
}
/*LInks*/
#americas A:hover
{
	background: url(http://st1.brainboxes.com/files/template/images/where_to_buy_map.png) no-repeat 0px -299px;
}
#europe A:hover
{
	background: url(http://st1.brainboxes.com/files/template/images/where_to_buy_map.png) no-repeat -194px -597px;
}
#africa A:hover
{
	background: url(http://st1.brainboxes.com/files/template/images/where_to_buy_map.png) no-repeat -12px -601px;
}
#asiapacific A:hover
{
	background: url(http://st1.brainboxes.com/files/template/images/where_to_buy_map.png) no-repeat -335px -296px;
}

