.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:0px solid white;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #dd0067;
	/*width: 200px;*/
	font-family:Tahoma;
	color:#FFFFFF;
	text-decoration:none;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;

		border-bottom: 1px solid #f993c3;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	font-family:Tahoma;
	color:#FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #ac005b;
	color: white;
}
