.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height: 18px;
	z-index: 100;
	background-image:url(image/dropBackground.gif);
	background-position: center top;
	background-color: #262626;
	width: 125px;
}

.anylinkcss a{
	width: 100%;
	color: white;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 6px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #000000;
	color: #FFFF00;
	text-decoration: none;
}
