.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #31a2ff;
border-bottom-width: 0;
text-align:left;
font:normal 10px sans-serif;
line-height: 16px;
z-index: 100;
background-color: #2169b5;
color:White;
width: 130px;
}

.anylinkcss a{
width:100%;
display: block;
text-align:left;
text-indent: 5px;
border-bottom: 1px solid #31a2ff; 
padding: 1px 0;
background-color:#2169b5;
color:White;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
 background-color:#2f69b5; 
text-align:left;
color:White;
text-decoration:underline;
}

.linkcss{
position:absolute;
visibility: hidden;
text-align:left;
font:normal 10px sans-serif;
line-height: 16px;
z-index: 100;
background-color: #eaf5fa;
width: 120px;
}

.linkcss a{
width:100%;

text-indent: 5px;
padding: 1px 0;
background-color:#eaf5fa;
color:White;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.linkcss a:hover{ /*hover background color*/
 background-color:#eaf5fa; 
color:White;
text-decoration:underline;
}

.linkcss #alnk{
width:100%;

text-indent: 5px;
padding: 1px 0;
background-color:#eaf5fa;
color:gray;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.linkcss #alnk:hover{ /*hover background color*/
 background-color:#eaf5fa; 
color:gray;
text-decoration:underline;
}
