.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	z-index: 100;
	background-color: #F3F3F3;
	width: 205px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.anylinkcss a, .anylinkcss a:visited{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	text-indent: 5px;
	background-color: transparent;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #333333;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #DFDFDF;
	color: #333333;
}
}
