

#worldmap { 
	height : 291px;
	width : 570px;
	background: url(../img/worldmap.jpg) top left no-repeat;

}

#tipDiv {
	position:absolute; 
	visibility:hidden; 
	z-index:100;
	background-color : #fff;
	padding : 4px 3px 4px 3px;
	border-right : 1px #000 solid;
	border-bottom : 1px #000 solid;
}

	#tipDiv .camp_name {
		display : block;
		clear : both;
	}

	#tipDiv .country_name {
		font-size : 0.8em;
	}

/************************** Countries ********************************/

.dot {

	position : absolute;
	margin : 0;
	width : 4px;
	height : 4px;
	line-height : 0;
	background : url(../img/map_dot.png) top left;
	border : 0;

}

	.dot:hover {
		background : url(../img/map_dot_hover.png) top left;
		width : 6px;
		height : 6px;
		border : 0;
	}

