@charset "utf-8";
/*-------------------------------------------------
 World Map Stylesheet for Gap Year Diver Website
 
 Version: 1.1
 Author: Gap Year Diver Limited
 E-mail: info@gapyeardiver.com
 Website: www.gapyeardiver.com
 
 Copyright 2006-2010 Gap Year Diver Limited
 All rights reserved
 
 You can only use this code with permission from the author.
--------------------------------------------------*/

/*Destination Map Area for destination_menu.htm----------------------------------*/
#DestinationMap{
float:right;
width:780px;
text-align:left;
}

#world_map {
	position: relative;
	margin-top: 1em;
	height: 365px;
	margin-left:00px;
	margin-bottom:35px;
}
#world_map div {
	position: absolute;
}
#world_map div a,#world_map div a:link,#world_map div a:visited {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
#world_map div a:hover {
	text-decoration: none;
	background-color:#0198DF;
	color:#FFFFFF;
	padding:5px;
}
#world_map div ul {
	display: none;
	padding: 0;
	margin-top: 5px;
	margin-top: -2px;
	font-size: 11px;
	list-style-type: none;
	border: solid 1px #FFF;
}
#world_map div ul li {
	margin: 0;
	padding: 0;
}
#world_map div ul li a {
	display: block;
	padding: 2px 5px 2px 5px;
	width: 130px;
	color: #FFF;
	background-color: #0499D3;
	border-bottom: solid 1px #FFF;
	vertical-align:bottom;
}
#world_map div ul li a:hover {
	background-color: #0198DF;
	color: #FFF;
	text-decoration: none;
}
#world_map div:hover ul {
	display: block;
}

#bahamas {
	left: 243px;
	top: 152px;
}
#ecuador {
	left: 116px;
	top: 353px;
}

#indonesia {
	left: 717px;
	top: 136px;
}

#honduras {
	left: 236px;
	top: 180px;
}

#australia {
	left: 534px;
	top: 322px;
}

#fiji {
	left: 727px;
	top: 181px;
}
#thailand {
	left: 574px;
	top: 267px;
}
#belize {
	left: 45px;
	top: 190px;
}
#egypt {
	left: 278px;
	top: 299px;
}
#costarica {
	left: 22px;
	top: 269px;
}
#venezuela {
	left: 253px;
	top: 222px;
}
