.anylinkcss{
	position: absolute;
	visibility: hidden;
	border: 1px solid #601414;
	border-bottom-width: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
	z-index: 100;
	background-color: #f5db90;
	width: 205px;
}

.anylinkcss a{

	width: 100%;
	display: block;
	border-bottom: 1px solid #601414;
	padding: 1px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #601414;
	text-decoration: none;
	text-indent: 10px;
	background-image: url(images/flowerdrop.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #e6b458;
	color: #601414;
	background-image: url(images/flowerdrop_over.gif);
	background-position: top left;
	background-repeat: no-repeat;
}