.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #4A4A4A;
	border-bottom-width: 0;
	z-index: 100;
	background-color: #ffffff;
	width: 110px;
	margin: 3px 0 0 0;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #4A4A4A;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
}

.anylinkcss a.selected{
	font-weight: bold;
}

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