.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom:0px;
font:normal 12px Verdana;
z-index: 100;
background-color:#ffffe0;
width:150px;
text-align:center;
}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 1px solid black;
padding: 5px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#002e62;
}

.anylinkcss a:hover{ /*hover background color*/
background-color:#cfc5ac;
color:#002e62;
}