.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #02153A;
border-bottom-width: 0;
font:normal 8pt/12pt Arial, Helvetica, Verdana;
z-index: 100;
background-color: white;
width: 150px;
text-align: left;
margin-top:10px;
}

.anylinkcss a:link, .anylinkcss a:visited{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#06204f;

}

.anylinkcss a:hover{ /*hover background color*/
background-color: #6495ed;
color: white;
}
