/* 
    Document   : map
    Created on : 15 Dec, 2012, 2:42:15 PM
    Author     : PSSP2
    Description:
        Purpose of the stylesheet follows.
*/

ul#continents {
	list-style: none;
	background: url(../images/venue.jpg) no-repeat 0 0;
	position: relative;
	width: 920px;
	height: 300px;	
	margin: 0;
	padding: 0;
}

ul#continents li {
	position: absolute;
}

ul#continents li a{
	display: block;
	height: 100%;
	text-decoration: none;
}

#northamerica {
	width: 80px;
        height: 15px;
        top: 163px;
        left: 80px;
        background: url('../images/avenue/16th.png');
        background-repeat: no-repeat;
}

#southamerica {
	width: 80px;
        height: 33px;
        top: 209px;
        left: 209px;
        background: url('../images/avenue/12th.png');
        background-repeat: no-repeat;
}

#africa {
	width: 80px;
        height: 15px;
        top: 200px;
        left: 283px;
        background: url('../images/avenue/11th.png');
        background-repeat: no-repeat;
}

#europe {
	width: 80px;
        height: 16px;
        top: 165px;
        left: 322px;
        background: url('../images/avenue/10th.png');
        background-repeat: no-repeat;
}

#asia {
	width: 80px;
        height: 17px;
        top: 145px;
        left: 454px;
        background: url('../images/avenue/4th.png');
        background-repeat: no-repeat;
}

#australia {
	width: 60px;
        height: 61px;
        top: 261px;
        left: 467px;
        background: url('../images/avenue/13th.png');
        background-repeat: no-repeat;
}
#avenue {
	width: 61px;
        height: 61px;
        top: 160px;
        left: 529px;
        background: url('../images/avenue/5th.png');
        background-repeat: no-repeat;
}

#avenue1 {
	width: 60px;
        height: 61px;
        top: 245px;
        left: 543px;
        background: url('../images/avenue/6th.png');
        background-repeat: no-repeat;
}

ul#continents li a:hover {
	
}

ul#continents li#northamerica a:hover {
	background-position: 0 -270px;
}

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#5thavenue a:hover {
	background-position: -363px -268px;
}

ul#continents li#6thavenue a:hover {
	background-position: 100px -400px;
}

ul#continents li a span {
	display: none;
}

ul#continents li a:hover span {
	display: block;
}

ul#continents li a:hover span {
	display: block;
	padding: 20px 5px;
	width: 150px;
        height: 80px;
        position: relative;
	top: 22%;
        left: 20%;
	font: 11px Arial, Helvetica, sans-serif;
	opacity: 1;
	filter:alpha(opacity=100);
	color: #000;
        z-index: 200;
        background: url(../images/box.png) no-repeat 0 0;
}

ul#continents li a:hover span strong {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	text-decoration: underline;
}
