.anylinkcss{
	position:absolute;
	visibility: hidden;
	line-height: 40px;
	z-index: 100;
	background-color: #6B4142;
	width: 250px;
	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: #7B887E;
	border-right-color: #7B887E;
	border-bottom-color: #7B887E;
	border-left-color: #7B887E;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-bottom-width: 0px;
	color: #000000;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 10px;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7B887E;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #CCD4CE;
	color: #666666;
	line-height: 25px;
	text-decoration: none;
}
