.hover:hover {
 	text-decoration: none;
	border-bottom: none;
}
.hover a { color: #061fd0;}
.hover span {	display: none;}
.hover:hover span {
display: inline;
	position: fixed;
        top: 135px;        
        right: 60px; 
        background-color: white;
	width: auto;
	color: #000;
        font-size: 10px;
        padding: 0px 13px;
        border:1px solid black;
}

.hover:hover span span {
height: 0px;
	position: relative;
	margin: auto;
	width: auto;
	border: none;
	padding: 0;
}
