/* MENU GRAFICI GLOBE */

#menu a{
  	display:block;
	width:100%;
	height:100%;
	background:transparent url(../../images/mappamondotrasp.gif) no-repeat;
	text-decoration:none;
	text-indent: -9999em;
}

#menu a span{
  	position:relative;
	z-index:-1;
}


#menu #voce1{
    left:0;
    top:0;
    height:128px;
    width:275px;
	position:absolute;
	z-index:100;
}

#menu #voce2{
    left:75px;
	top:150px;
	height:160px;
  	width:160px;
	position:absolute;
	z-index:110;
}

#menu #voce3{
    left:240px;
	top:22px;
	height:85px;
  	width:130px;
	position:absolute;
	z-index:130;
}

#menu #voce4{
    left:245px;
	top:0;
	height:310px;
  	width:340px;
	position:absolute;
	z-index:120;
}



#menu{
	margin:0;
	padding:0;
  	list-style:none;
  	width:580px;
	height:310px;
	background:#EEE url(../../images/mappamondo.gif) no-repeat;
	position:relative;

}


#menu #voce1 a{
	background-position:0 0;
}

#menu #voce1 a:hover,
#menu #voce1 a:focus
#menu #voce1 a:active{
	background-position:0px -930px;
}

#menu #voce2 a{
	background-position:-75px -150px;
}

#menu #voce2 a:hover,
#menu #voce2 a:focus
#menu #voce2 a:active{
	background-position:-75px -1390px;
}

#menu #voce3 a{
	background-position:-240px -22px;
}

#menu #voce3 a:hover,
#menu #voce3 a:focus
#menu #voce3 a:active{
	background-position:-240px -642px;
}

#menu #voce4 a{
	background-position:-245px 0;
}

#menu #voce4 a:hover,
#menu #voce4 a:focus
#menu #voce4 a:active{
	background-position:-245px -1550px;
}