div#worldchart {
	position:relative;
	margin:0;
	padding:0;
	border:none;
	width:676px;
	height:353px;
	overflow:hidden;
}
div#worldchart img {
	display:block;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	border:none;
}

div#worldchart div.americas-hover,
div#worldchart div.europe-africa-hover,
div#worldchart div.far-and-middle-east-hover {
	display:none;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	border:none;
	width:676px;
	height:353px;
	overflow:hidden;
}
div#worldchart div.americas-hover {
	background:url('/media/worldchart/americas-hover.gif') no-repeat 0 0;	
}
div#worldchart div.europe-africa-hover {
	background:url('/media/worldchart/europe-africa-hover.gif') no-repeat 0 0;
}	
div#worldchart div.far-and-middle-east-hover {
	background:url('/media/worldchart/far-and-middle-east-hover.gif') no-repeat 0 0;
}
div#worldchart div.showHover {
	display:block;
}
div#worldchart a {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	background:url('./img/transparent.gif');
}
div#worldchart a.americas-1 {top:8px;	left:0px;	height:89px;	width:214px;}
div#worldchart a.americas-2 {top:97px;	left:38px;	height:79px;	width:144px;}
div#worldchart a.americas-3 {top:176px;	left:101px;	height:169px;	width:135px;}

div#worldchart a.europe-1 {top:11px;	left:232px;	height:86px;	width:383px;}
div#worldchart a.europe-2 {top:11px;	left:257px;	height:186px;	width:117px;}
div#worldchart a.europe-3 {top:176px;	left:312px;	height:119px;	width:100px;}

div#worldchart a.east-1 {top:101px;	left:377px;	height:73px;	width:214px;}
div#worldchart a.east-2 {top:174px;	left:448px;	height:23px;	width:51px;}
div#worldchart a.east-3 {top:174px;	left:499px;	height:145px;	width:165px;}


