.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #0346af;
border-bottom-width: 0;
font:normal 13px "Times New Roman", Times, serif;
line-height: 20px;
z-index: 100;
background-color: #0346af;
width: 150px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0346af;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color:#fff;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #f5fa86;
color: #000;
}
