.anylinkcss {
	position:absolute;
	visibility: hidden;
	border:1px solid #D0D0D0;
	border-bottom-width: 0px;
	font:normal 12px Arial;
	line-height: 18px;
	z-index: 100;
	background-color: #ffffff;
	width: 205px;
	}

.anylinkcss a {
	color: #000000;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #D0D0D0;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
	}

.anylinkcss a:hover { /*hover background color*/
	background-color: #F7F5F6;
	color: #000000;
	}