.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #CCCCCC;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #C1C3DC;
	width: 205px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 5px;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #172661;
	text-align: left;
}
.anylinkcss a:visited{ /*visited background color*/
	color: #172661;
}
.anylinkcss a:hover{ /*hover background color*/
	background-color: #172661;
	color: #CCCCCC;
}
