/* setup the background image of the British Isles */
.uk {
	padding:0;
	list-style-type:none;
	background:#fff url(../images/map/map_bg_small_.jpg);
	width:174px;
	height:115px;
	position:relative;
	z-index:100;
	margin: 0px;
}

/* move the text off screen */
.uk li a {
	text-indent:-999px;
	display:inline;
	width:25px;
	height:25px;
	position:absolute;
	line-height:8px;
}

/* make the images and description invisible and an absolute position so that it does not take up any space */
.uk li a em {
	visibility:hidden;
	position:absolute;
}

/* position the square markers */
.uk li a.bs {
	top:288px;
	left:190px;
}
.uk li a.ln {
	top:280px;
	left:240px;
}
.uk li a.sw {
	top:76px;
	left:68px;
	background-image: url(../images/map/map_ug.jpg);
}
.uk li a.nt {
	top:40px;
	left:126px;
	background-image: url(../images/map/map_iztok.jpg);
}
.uk li a.gl {
	top:130px;
	left:148px;
}
.uk li a.bf {
	top:27px;
	left:70px;
	background-image: url(../images/map/map_sever.jpg);
	background-repeat: no-repeat;
}
.uk li a.du {
	top:51px;
	left:13px;
	background-image: url(../images/map/map_zapad.jpg);
}

/* move the text back into view on hover */
.uk li a:hover {
	background:#ecebe9;
	text-indent:0;
	height:1.5em;
	font-size:10px;
	color:#000000;
	line-height:normal;
	width:70px;
	padding-top: 7px;
	padding-right: 35px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

/* hack for IE5.x */
* html .uk li a:hover {
	height:1.5em;
	width:90px;
}

/* make the descriptive text visible, give it a size and position */
.uk li a:hover em {
	visibility:visible;
	margin-left:5px;
	background:#fff;
	border:2px solid #ecebe9;
	color:#000000;
	padding:5px;
	font-style:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	text-indent: 10px;
	bottom: 0px;
	width: 418px;
}

/* hack for IE5.x */
* html .uk li a:hover em {

}

/* give the image a border and margin */
.uk li a:hover em img {
	border:0px solid #000;
	display:block;
	margin-bottom:10px;
}

/* style the empty span (I know it's not semantically correct) into an arrow point */
.uk li a:hover em span {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	border:15px solid #fff;
	border-width:15px 0 15px 15px;
	position:absolute;
	left:0;
	top:128px;
}

/* hack for IE5.x */
* html .uk li a:hover em span {
	width:30px;
	height:30px;
	w\idth:0;
	he\ight:0;
}
