.anylinkcss{
position:absolute;
visibility: hidden;
border:2px solid white;
border-bottom-width: 0;
font:bold 11px Verdana;
line-height: 18px;
z-index: 100;
background-color: #bebebe;
width: 139px;
color: white;
}

.anylinkcss a{
width: 139;
display: block;
text-indent: 3px;
border-bottom: 2px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: white;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #D9D9D9;
color: #0E3091;
}

.anylink1css{
position:absolute;
visibility: hidden;
border:2px solid white;
border-bottom-width: 0;
font:bold 11px Verdana;
line-height: 18px;
z-index: 100;
background-color: #D9D9D9;
width: 139px;
color: white;
}

.anylink1css a{
width: 139;
display: block;
text-indent: 3px;
border-bottom: 2px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: white;
}

.anylink1css a:hover{ /*hover background color*/
background-color: #D9D9D9;
color: #0E3091;
}


