.anylinkcss {
	position:absolute;
	visibility: hidden;
	border:2px solid #ffffff;
	border-bottom-width: 0;
	font:bold 12px Arial;
	color: 003e7e ;
	line-height: 18px;
	z-index: 100;
	background-color: #f3f3ef;
	width: 205px;
	top: 95px;
	filter:alpha(opacity=85);
	moz-opacity:.7;
	opacity:.7;
}

a.anylink:link {
color:#003e7e ;
width: 100%;
display: block;
text-indent: 3px;
text-decoration: none;
text-indent: 5px;
border-bottom: 1px solid #bbbbbb;
}

a.anylink:visited {
color:#003e7e ;
width: 100%;
display: block;
text-indent: 3px;
text-decoration: none;
text-indent: 5px;
border-bottom: 1px solid #bbbbbb;
}

a.anylink:hover {
background-color: #bdd0e1;
color: 003e7e;
text-decoration:none;
}

