.anylinkcss{
position:absolute;
visibility: hidden;
font:bold 9px Arial Helvetica Verdana;
line-height: 20px;
z-index: 100;
background-color: #0e2b34;
width: 122px;
}

.anylinkcss a{
/*width: 100%;*/
display: block;
/*text-indent: 3px;*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
/*text-indent: 5px;*/
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #164654;
color: White;
}

