.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid gray;
	border-bottom-width: 0;
	font:normal 12px arial;
	line-height: 20px;
	z-index: 100;
	background-color: white;
	width: 205px;
	background-image:url(../images/menu_bg.jpg);
}

.anylinkcss a{
	color: #FFFFFF;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #AA95BC;
	padding: 1px 0;
	text-decoration: none;
	font:normal 12px arial;	
	font-weight: bold;
	text-indent: 5px;
	background-image:url(../images/menu_bg.jpg);
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #7543A2;
	color: #F8B51C;
}