.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 14px Candara;
color:#064B98;
line-height: 20px;
z-index: 100;
background-color: #AACEFD;
width: 165px;

}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 2px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: white;
text-indent: 3px;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: white;
color: #3274BE;
}

