.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:none;
	line-height: 22px;
	z-index: 100;
	background-color: #999900;
	width: 150px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	border-top: 1px solid #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
	color:#ffffff;
	font-size:12px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #cccc99;
}