@charset "utf-8";
/* CSS Document author Luke Berg*/

#regionLinks {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#regionLinks li {
	margin-bottom: 10px;	
}

#regionLinks span {
	display: block;
}

#regionLinks a.imageLink {
	display: block;
	position: absolute;
	/*border: solid 1px black;*/
}
#regionLinks a.imageLink:hover, #regionLinks li:hover a.imageLink {
	background-image:url(../images/worldMap.jpg);
	background-repeat: no-repeat;
}

#regionLinks li:hover a.textLink {
	text-decoration:none;
	font-weight: bolder;
	color: black;
}

/* Latin America */
#region_2456 a.imageLink {
	xborder: 1px solid #336600;
	left: 70px;
	top: 73px;
	height: 220px;
	width: 120px;
	z-index: 0;
}
#region_2456 a.imageLink:hover, #region_2456:hover a.imageLink{
	background-position: -70px -371px;	
}

/* Canada and the Caribbean */
#region_1940 a.imageLink {
	height: 91px;
	width: 163px;
	top: 0px;
	left: 0px;
	z-index: 20;
}
#region_1940 a.imageLink:hover, #region_1940:hover a.imageLink {
	background-position: -1px -595px;
}

/* Centra Asia */
#region_2774 a.imageLink {
	left: 263px;
	top: 0px;
	width: 234px;
	height: 64px;
	z-index: 0;
}
#region_2774 a.imageLink:hover, #region_2774:hover a.imageLink {
	background-position: -265px -595px;
}

/* Western Europe */
#region_2773 a.imageLink {
	left: 148px;
	top: 0px;
	width: 130px;
	height: 64px;
	z-index: 10;
}
#region_2773 a.imageLink:hover, #region_2773:hover a.imageLink {
	background-position: -148px -298px;
}

/* Central Europe */
#region_45 a.imageLink {
	left: 248px;
	top: 23px;
	width: 49px;
	height: 45px;
	z-index: 70;
}
#region_45 a.imageLink:hover, #region_45:hover a.imageLink {
	background-position: -250px -915px;
}

/* South Pacific */
#region_2775 a.imageLink {
	left: 388px;
	top: 167px;
	height: 106px;
	width: 91px;
	z-index: 0;
}
#region_2775 a.imageLink:hover, #region_2775:hover a.imageLink {
	background-position: -391px -762px;
}

/* East Asia */
#region_1036 a.imageLink {
	top: 34px;
	left: 337px;
	height: 153px;
	width: 97px;
	z-index: 10;
}
#region_1036 a.imageLink:hover, #region_1036:hover a.imageLink {
	background-position: -339px -927px;
}

/* Eurasia */
#region_2762 a.imageLink {
	top: 60px;
	left: 296px;
	height: 82px;
	width: 78px;
	z-index: 50;
}
#region_2762 a.imageLink:hover, #region_2762:hover a.imageLink {
	background-position: -296px -358px;
}

/* Middle East & North Africa */
#region_2321 a.imageLink {
	top: 64px;
	left: 210px;
	width: 109px;
	height: 60px;
	z-index: 60;
}
#region_2321 a.imageLink:hover, #region_2321:hover a.imageLink {
	background-position: -212px -659px;
}

/* English & Portuguese-Speaking Africa */
#region_2322 a.imageLink {
	top: 101px;
	left: 207px;
	height: 147px;
	width: 96px;
	z-index: 0;
}
#region_2322 a.imageLink:hover, #region_2322:hover a.imageLink {
	background-position: -209px -994px;
}

/* Frendh-Speaking Africa */
#region_2047 a.imageLink {
	top: 89px;
	left: 205px;
	width: 73px;
	height: 102px;
	z-index: 70;
}
#region_2047 a.imageLink:hover, #region_2047:hover a.imageLink {
	background-position: -205px -387px;
}

