.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 1;
font:normal 10px Verdana;
line-height: 10px;
z-index:101;
background-color: #E9FECB;
width: 205px;
}

.anylinkcss a{
width: 100%;

text-indent: 3px;
border-bottom: 1px solid black;

text-decoration: none;
font-weight: bold;

}

.anylinkcss a:hover{ /*hover background color*/
/*background-color: black;*/
color: white;
}
.anylinkcssnew{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 1;
font:normal 10px Verdana;
line-height: 10px;
z-index:101;
background-color: #771102;
}

.anylinkcssnew a{
	text-decoration: none;
font-weight: bold;

}

.anylinkcssnew a:hover{ /*hover background color*/
background-color: #771102;
color: white;
text-decoration: none;
}

