.anylinkcss
{
	position:absolute;
	visibility: hidden;
	border:0px solid black;
	border-bottom-width: 0;
	font:normal 8pt Verdana;
	line-height: 15px;
	z-index: 100;
	background-color: #0000C0;
	width: 110px;
}

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

.anylinkcss a:hover
{ /*hover background color*/
	background-color: #F5F5F5;
	color: #0000C0
}

td.link
{
	font-family: "Verdana";
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height: 25px
}