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

#browse_destination{
float:none;
clear:both;
margin:0px;
padding:0px;
width:410px;
/* border:2px dashed #006666; */
}


#browse_destination ul{
margin:0px;
padding:0px;
}


#browse_destination li{
float:left;
}

#browse_destination a{
font-size:x-small;
display:block;
margin-right:5px;
text-decoration:none;
color:#006633;
background-color:#FFFFFF;
padding:2px;
border:1px solid #006600;
}

#browse_destination a:hover{
text-decoration:underline;
background-color:#FFFFCE;
}


#north_america{
position:relative;
top:-130px;
left:60px;
}

#central_america{
position:relative;
top:-90px;
left:-60px;
}

#caribbean{
position:relative;
top:-100px;
left:-60px;
}

#south_america{
position:relative;
top:-50px;
left:-130px;
}

#europe{
position:relative;
top:-130px;
left:-120px;
}
#africa{
position:relative;
top:-90px;
left:-170px;
}

#asia{
position:relative;
top:-140px;
left:280px;
}

#oceania{
position:relative;
top:-70px;
left:+280px;
}

