.anylinkcss{
	position:absolute;
	width:200px;
	font:normal 9px Verdana;
	
	line-height:18px;
	margin:0;
	z-index:100;
	visibility:hidden;
}

.anylinkcss a{
	width:100%;
	display:block;
	color:#fff;
	font-weight:normal;
	text-indent:8px;
	text-decoration:none;
	border-top:1px solid #ccc;
	padding:3px 0;
	
}

.anylinkcss a:hover{
	background:#FFF url('../images/arrow.gif') no-repeat right center;
	color: #333;
	font-weight:bold;
}

.anylinkcss a.selected{
	background:#ddd url('../images/arrow.gif') no-repeat right center;
	color: #333;
	font-weight:bold;
}