.anylinkcss {
position:absolute;
visibility: hidden;
border:1px solid #95142C;
border-bottom-width: 0;
font:normal 10px verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 160px;
color: #95142C;
}

.anylinkcss a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #95142C;
padding: 2px 0;
text-decoration: none;
font-weight: 400;
text-indent: 5px;
font:normal 10px verdana;
color: #95142C;
}

.anylinkcss a:visited {
	color: #95142C;
}

.anylinkcss a:hover {
background-color: #95142C;
color: white;
}

