.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:0px solid white;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 500;
	background-color: white;
	width: 230px;
	text-align:left;
}

.anylinkcss a{
	color: white;
	width: 100%;
	display: block;
	border-bottom: 1px solid #EBEBEB;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	text-indent: 16px;
	z-index:300;
	background-color: #559707;
	font-weight: normal;	
	background-position:left center;
	background-repeat:no-repeat;	
	background-image:url(images/arrow-on.gif);		
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #6aab07;
	color: white;
	background-position:left center;
	background-repeat:no-repeat;	
	background-image:url(images/arrow-on-l2.gif);		
	
}
