.anylinkcss{
position:absolute;
visibility:hidden;
border:1px solid black;
border-bottom-width:0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #1f83b7; /*#E9FECB;*/
width: 100px;
}

.anylinkcss a{
color:#f7f274;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{
 /* hover background color */
background-color:#2d995b; /* black; */
color: #f7f274; /* white; */
}
/* 
Yellow: 	#f7f274;
Red:		#ed2005;
Blue:		#1f83b7;
Green:	#2d995b;
*/