#popup a, #popup a:visited {
    position:relative;
    text-decoration: none;
    color: #0000FF;
    font-weight: bold;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    left: 1px;
}

#popup a span {
    display: none;
}

#popup a:hover	{
    text-indent: 0;
    z-index: 20;
    text-decoration: underline;
}

#popup a:hover span{
    top : 0px;
    display: block;
    position: absolute;
    left: 60px;
    cursor:pointer;
    cursor:hand;
	    
}

