@charset "utf-8";
/* CSS Document */

#leftmenu {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 104px;
	height: 100px;
	position: relative;
}
#leftmenu span {
	display: none;
	position: absolute;
}
#leftmenu a {
	text-indent: 0%;
	position: absolute;
}
#leftmenu a:hover {
	background-position: left bottom;
}
#leftmenu a:hover span {
	display: block;
}

#leftmenu .europe {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/europe.png);
	left: 0px;
	top: 0px;
}
#leftmenu .europeActive {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/europeActive.png);
	left: 0px;
	top: 0px;
}
#leftmenu .europe span {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/europeLight.png);
	left: 0px;
	top: 0px;
}

#leftmenu .africa {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/africa.png);
	left: 0px;
	top: 0px;
}
#leftmenu .africaActive {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/africaActive.png);
	left: 0px;
	top: 0px;
}
#leftmenu .africa span {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/africaLight.png);
	left: 0px;
	top: 0px;
}

#leftmenu .america {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/america.png);
	left: 0px;
	top: 25px;
}

#leftmenu .americaActive {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/americaActive.png);
	left: 0px;
	top: 25px;
}

#leftmenu .america span {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/americaLight.png);
	left: 0px;
	top: 0px;
}

#leftmenu .asia {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/asia.png);
	left: 0px;
	top: 50px;
}

#leftmenu .asiaActive {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/asiaActive.png);
	left: 0px;
	top: 50px;
}

#leftmenu .asia span {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/asiaLight.png);
	left: 0px;
	top: 0px;
}

#leftmenu .australia {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/australia.png);
	left: 0px;
	top: 75px;
}

#leftmenu .australiaActive {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/australiaActive.png);
	left: 0px;
	top: 75px;
}

#leftmenu .australia span {
	width: 104px;
	height: 25px;
	background: url(Images/Menu/australiaLight.png);
	left: 0px;
	top: 0px;
}

