.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #ebe5da;
	width: 230px;
	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: #f8f8f8;
	border-right-color: #f8f8f8;
	border-bottom-color: #f8f8f8;
	border-left-color: #f8f8f8;
	text-align: left;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	color: #002c4c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f7f7f7;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #758893;
	color: white;
}