.anylinkcss{
position: absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font:normal 10pt Verdana;
line-height: 18px;
z-index: 100;
background-color: #ECAC00;
width: 205px;
}
/*
.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: white;
}

.anylinkcss a:hover{
background-color: black;
color: white;
}
*/

.anylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0;
	color: #ffffff;
	line-height: 22px;
	font-size: 10pt;
	text-decoration: none;
	text-indent: 5px;
}

.anylinkcss a:hover {
	text-decoration: underline;
	background-color: #0066CC;
}