.anylinkcss{
position: absolute;
visibility: hidden;
border:1px solid #C54E71;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 15px;
z-index: 100;
background-color: #F7F0F2;
width: 160px;
margin-left: 30px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #C54E71;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #C54E71;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #C54E71;
color: white;
font-weight: bold;
text-decoration:none;
}

.anylinkcssb {
position:absolute;
visibility: hidden;
border:1px solid #7EBC4B;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height: 15px;
z-index: 100;
background-color: #F1F6ED;
width: 180px;
margin-left: -10px;
}

.anylinkcssb a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #7EBC4B;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #367010;
}

.anylinkcssb a:hover{ /*hover background color*/
background-color: #7EBC4B;
color: white;
font-weight: bold;
text-decoration:none;
}
}