.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 11pt Verdana;
line-height: 18px;
z-index: 100;
background-color: #273349;
width: 350px;
}

.anylinkcss a{
color: #ffffff;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
}

/*hover background color*/
.anylinkcss a:hover{ 
background-color: #000000;
color: #ffffff;
}
