.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #e7e7e7;
width: 130px;
height:54px;
}

.anylinkcss a{
color:#000000;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

.anylinkcss a:hover{ /*hover background color*/
font-weight: bold;
}
}