.country_title {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    z-index: 10;
    height: 49px;
    width: 860px;
    left: 25px;
    top: 180px;
    text-align: left;
    line-height: 20px;
}

.the_world {
    position: absolute;
	height: 282px;
	width: 600px;
	left: 25px;
	top: 233px;
	z-index:11;
	background-image:url(../world_map.png);
}

.world_nav {
  position: absolute;
	height: 282px;
	width: 600px;
	left: 26px;
	top: 232px;
	z-index:13;
}

.america {
    background-image: url(../XAM.png);
	position: absolute;
	z-index: 12;
	height: 184px;
	width: 238px;
	left: 0px;
	top: 85px;
    
}

.carribean {
    background-image: url(../XCA.png);
    position: absolute;
    z-index: 12;
    height: 42px;
    width: 217px;
    left: 4px;
    top: 102px;
}

.africa {
    background-image: url(../africa.png);
    position: absolute;
    display: none;
    z-index: 12;
    height: 152px;
    width: 170px;
    left: 233px;
    top: 108px;
}

.middleeast {
    background-image: url(../middleeast.png);
    position: absolute;
    display: none;
    z-index: 12;
    height: 110px;
    width: 181px;
    left: 233px;
    top: 77px;
}

.eu {
    background-image: url(../eu.png);
    position: absolute;
    display: none;
    z-index: 12;
    height: 99px;
    width: 203px;
    left: 147px;
    top: 12px;
}

.balkans {
    background-image: url(../XBA.png);
    position: absolute;
    display: none;
    z-index: 12;
    height: 46px;
    width: 79px;
    left: 281px;
    top: 63px;
}

.central {
    background-image: url(../XAS.png);
    position: absolute;
    display: none;
    z-index: 14;
    height: 100px;
    width: 278px;
    left: 316px;
    top: 0px;
}

.east {
    background-image: url(../XEE.png);
    position: absolute;
    display: none;
    z-index: 13;
    height: 127px;
    width: 178px;
    left: 376px;
    top: 34px;
}

.pacific {
    background-image: url(../XPA.png);
    position: absolute;
    display: none;
    z-index: 12;
    height: 165px;
    width: 203px;
    left: 397px;
    top: 117px;
}

