@charset "UTF-8";
/* CSS Document */

div#map /*,
div#map_america,
div#map_asia,
div#map_europe,
div#map_japan */
{
	position:relative;
	width:541px; 
	height:330px;
}

div#map { background:url(images/g_map.jpg) no-repeat; }
/*
div#map_america { background:url(images/g_map_america.jpg) no-repeat; 	}
div#map_asia { background:url(images/g_map_asia.jpg) no-repeat; 	}
div#map_europe { background:url(images/g_map_europe.jpg) no-repeat; 	}
div#map_japan { background:url(images/g_map_japan.jpg) no-repeat; 	}
*/

#mapImg {
	position:absolute;
	left:0;
	top:0;
	display: none;
}

ul#country {
}

ul#country li.america {
	position:absolute;
	left:22px;
	top:121px;
}

ul#country li.asia {
	position:absolute;
	left:323px;
	top:182px;
}

ul#country li.europe {
	position:absolute;
	left:215px;
	top:73px;
}

ul#country li.japan {
	position:absolute;
	left:446px;
	top:136px;
}

/* /////////////////////////////////////////////////////////////////////////// PNG for IE6 */

* html img, div, h2 {
behavior: url(/globalnet/css/iepngfix.htc);
}

	