﻿
ul#continents {
	list-style: none;
	background: url(../images/dd.gif) no-repeat 0 0;
	position: relative;
	width: 280px;
	height: 268px;	
	margin: 0;
	padding:0;
}

ul#continents li {
	position: absolute;
}

ul#continents li a{
	display: block;
	height: 100%;
	text-decoration: none;
}
/*for 1st */
#northamerica {
	width: 15px;
	height: 15px;
	top: 185px;
	left: 35px;
}
/*for 2nd */
#southamerica {
	width: 15px;
	height: 15px;
	top: 170px;
	left: 60px;
}
/*for 3rd */
#africa {
	width: 15px;
	height: 18px;
	top: 151px;
	left: 87px;
}
/*for 4th */
#europe {
	width: 15px;
	height: 18px;
	top: 135px;
	left: 114px;
}
/*for 5th */
#asia {
	width: 15px;
	height: 18px;
	top: 116px;
	left: 138px;
}
/*for 6th */
#australia {
	width: 15px;
	height: 18px;
	top: 100px;
	left: 165px;
}
/*for 7th */
#seven {
	width: 17px;
	height: 18px;
	top: 84px;
	left: 190px;
}
/*for 8th */
#eight {
	width: 17px;
	height: 18px;
	top: 66px;
	left: 218px;
}



ul#continents li#northamerica a:hover {
	background-position: -220px -273px;
}
ul#continents li#southamerica a:hover {
	background-position: -226px -273px;
}
ul#continents li#africa a:hover {
	background-position: -209px -417px;
}
ul#continents li#europe a:hover {
	background-position: -22px -427px;
}
ul#continents li#asia a:hover {
	background-position: -363px -268px;
}
ul#continents li#australia a:hover {
	background-position: -412px -455px;
}
ul#continents li#seven a:hover {
	background-position: -442px -435px;
}
ul#continents li#eight a:hover {
	background-position: -442px -435px;
}






ul#continents li a:hover {
	background: url(../images/dd.gif) no-repeat 0 0;
}

ul#continents li a span {
	display: none;	
}

ul#continents li a:hover span {
	display: block;
}

ul#continents li a:hover span {
	display: block;
	padding: 5px;
	width: 150px;
	background: #000000;
	position: relative;
	top: 50%;
	font: 11px Arial, Helvetica, sans-serif;
	opacity: .95;
	filter:alpha(opacity=95);
	color: #FFF;
}

ul#continents li a:hover span strong {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	text-decoration: underline;
}
.risk
{
	width:450px;
	height:52px;	
}

