#world {
    margin: 1em 0 2em 0;
	padding: 0;
	background: transparent url('/images/worldmap/worldmap.gif') no-repeat scroll 0% 0%;
	width: 240px;
	height: 160px;
	position: relative;
}
#world li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#world a {
	display: block;
	text-indent: 0px;
	text-decoration: none;
    font: 10px Tahoma;
/*    text-transform: uppercase;    */
    color: black;
}
#world a:hover {
    color: red;
}

#world li a {
/* hide text */
    text-indent: 500px;
    line-height: 1111%;
    overflow: hidden;
/* end hide text */
}

#am {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 160px;
	display: block;
}
#am.selected {
	background: url('/images/worldmap/flag.gif') no-repeat center 60px;
}
#am a {
	text-indent: 0px;
	width: 105px;
	height: 160px;
	display: block;
	list-style-type: none;
}
#am a:hover {
	background: url('/images/worldmap/worldmap_am.gif') no-repeat left top;
}

/* Европа */
#eu {
	position: absolute;
	left: 105px;
	top: 20px;
}
#eu.selected {
	background: url('/images/worldmap/flag.gif') no-repeat 15px 35px;
}
#eu a {
	width: 35px;
	height: 70px;
	display: block;
}
#eu a:hover {
	background: url('/images/worldmap/worldmap_eu.gif');
	background-repeat: no-repeat;
	background-position: -105px -20px;
}

/* Россия */
#ru {
	position: absolute;
	left: 130px;
	top: 15px;
}
#ru.selected {
	background: url('/images/worldmap/flag.gif') no-repeat center center;
}
#ru a {
	width: 110px;
	height: 70px;
	display: block;
}
#ru a:hover {
	background: url('/images/worldmap/worldmap_ru.gif');
	background-repeat: no-repeat;
	background-position: -130px -15px;
}

/* Австралия */
#au {
	position: absolute;
	left: 180px;
	top: 115px;
}
#au.selected {
	background: url('/images/worldmap/flag.gif') no-repeat 17px top;
}
#au a {
	width: 60px;
	height: 35px;
	display: block;
}
#au a:hover {
	background: url('/images/worldmap/worldmap_au.gif');
	background-repeat: no-repeat;
	background-position: -180px -115px;
}

/* Африка */
#af {
	position: absolute;
	left: 100px;
	top: 85px;
}
#af.selected {
	background: url('/images/worldmap/flag.gif') no-repeat 22px 5px;
}
#af a {
	width: 45px;
	height: 55px;
	display: block;
}
#af a:hover {
	background: url('/images/worldmap/worldmap_af.gif');
	background-repeat: no-repeat;
	background-position: -100px -85px;
}

/* Азия, Ближний и Средний Восток */
#mle {
	position: absolute;
	left: 130px;
	top: 70px;
}
#mle.selected {
	background: url('/images/worldmap/flag.gif') no-repeat center 5px;
}
#mle a {
	width: 90px;
	height: 50px;
	display: block;
}
#mle a:hover {
	background-image: url('/images/worldmap/worldmap_mle.gif');
	background-repeat: no-repeat;
	background-position: -130px -70px;
}

