a.info{
z-index: 24;
background-color: #FFFFFF;
color: #000000;
text-decoration: none;
}

a.info:hover{
z-index:25;
background-color:#FFFFFA;
}

a.info span{
display: none;
top: 0px;
left: 0px;
}

a.info:hover span{ 
display: block; 
position: absolute;
top: 5px;
left: 0px;
width: 85px;
background-color: #FFFFFF;
text-align: justify;
font-weight: normal;
padding: 2px;
text-align: center;
font-family: Arial, Verdana;
font-size: 10px;
}    
