.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #ffffff;
	border-bottom-width: 0;
	font-family:"Trebuchet MS";
	font-size:13px;
	line-height: 18px;
	color: white;
	z-index: 120;
	background-color: #c9060c;
	width: 175px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ffffff;
	padding: 1px 0;
	text-decoration: none;
	color: white;
	font-weight: normal;
	text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #ffffff;
	color: #c9060c;
	
	
}

