.anylinkcss{
	position:absolute;
	visibility: hidden;
	font:normal 12px/18px Verdana;
	z-index: 100;
	background-color: white;
	width: 205px;
	border-top: 1px solid #3C3C3C;
	border-right: 1px solid #3C3C3C;
	border-bottom: 0 solid #3C3C3C;
	border-left: 1px solid #3C3C3C;
}

.anylinkcss a{
	color: #000000;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #3C3C3C;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	font-size: 10px;
}

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