.anylinkcss{
position:absolute;
margin-top:0px;
visibility: hidden;
border:1px solid #fff;
border-bottom-width:0;
font:normal 14px Arial, Helvetica, San-serif;
line-height: 19px;
z-index: 100;
background-color: #BDC7DD;
width: 190px;
}

.anylinkcss a{
width: 165px;
display: block;
text-indent: -16px;
border-bottom: 1px solid #fff;
padding: 2px 0 2px 24px;
color:#0C2E82;
text-decoration: none;
}
.anylinkcss a:visited {
	color:#0C2E82;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: #EDBD93;
color: #0C2E82;
text-decoration: none; /* Needed for IE 6 */
}

