.anylinkcss-not-first,
.anylinkcss{
	position: absolute;
	visibility: hidden;
	border: 2px solid #FFFFFF;
	border-top: none;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	z-index: 100;
	background-color: #7A7B45;
	width: 240px;
	padding: 0px;
	margin-top: 2px;
	margin-left: 0px;

}
.anylinkcss-not-first{
	margin-left: -2px;
}


.anylinkcss a,.anylinkcss-not-first a{
	width: 220px;
	display: block;
	padding: 1px 5px 0px 15px;
	text-decoration: none;
	
	border-bottom: 1px solid #7A7B45;
	/*text-indent: 5px;*/
	background-color: #7A7B45;
	color: #FFFFFF;
}

.anylinkcss a:hover,.anylinkcss-not-first a:hover{ /*hover background color*/
	width: 220px;
	display: block;
	border-bottom: 1px solid #80472C;
	background-color: #A91F27;
	color: #FFFFFF;
}


.anylinkcss-not-first .head{ /*hover background color*/
	width: 220px;
	display: block;
	padding: 1px 5px 0px 15px;
	border-bottom: 2px solid #fff;
	background-color: #A91F27;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}




