.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px  Arial;
line-height: 22px;
z-index: 9999;
background-color: #828e91;
width: 150px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #ffffff;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #97b4d2;
color: #405688;
}

.anylinkcsslong{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px Arial;
line-height: 22px;
z-index: 9999;
background-color: #405688;
width: 150px;
}

.anylinkcsslong a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #ffffff;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #97b4d2;
color: #405688;
}
