﻿
ul#continents
{
	list-style: none;
	background: url(../images/map.png) no-repeat 0 0;
	position: relative;
	width: 580px;
	height: 268px;
	margin: 0;
	padding: 0;
}

ul#continents li
{
	position: absolute;
}

ul#continents li a
{
	display: block;
	height: 100%;
	text-indent: -9000px;
}

#northamerica
{
	width: 227px;
	height: 142px;
	top: 2px;
	left: 0px;
}

#southamerica
{
	width: 108px;
	height: 130px;
	top: 131px;
	left: 76px;
}

#africa
{
	width: 120px;
	height: 140px;
	top: 83px;
	left: 209px;
}

#europe
{
	width: 120px;
	height: 84px;
	top: 1px;
	left: 211px;
}

#asia
{
	width: 215px;
	height: 175px;
	top: 1px;
	left: 283px;
}

#australia
{
	width: 114px;
	height: 95px;
	top: 152px;
	left: 432px;
}

ul#continents li a:hover
{
	background: url(../images/map.png) no-repeat 0 0;
}

ul#continents li#northamerica a:hover
{
	background-position: 0 -270px;
}

ul#continents li#southamerica a:hover
{
	background-position: -226px -273px;
}

ul#continents li#africa a:hover
{
	background-position: -209px -417px;
}

ul#continents li#europe a:hover
{
	background-position: -22px -427px;
}

ul#continents li#asia a:hover
{
	background-position: -363px -268px;
}

ul#continents li#australia a:hover
{
	background-position: -412px -455px;
}

