.anylinkcss {
position:absolute;
visibility: hidden;
border:1px solid #6A67B8;
border-bottom-width: 0;
margin-right: 3px;
font-family:  Arial, sans-serif, Helv, Helvetica, verdana;
font-size:12px;
text-align: left;
z-index: 100;
color: #008800;
background-color: #BBFFBB;
width: 300px;
}

.anylinkcss a{
font-family:  Arial, sans-serif, Helv, Helvetica, verdana;
font-size:12px;
text-align: left;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #6A67B8;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #04BB04;
color: #0000DD;
}
