.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	font:normal 14px "Trebuchet MS", Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #ff9403;
	width: 165px;
	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: #FFC06C;
	border-right-color: #FFC06C;
	border-bottom-color: #FFC06C;
	border-left-color: #FFC06C;
	margin-left: 150px;
	margin-top: -30px;
}

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

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

