.anylinkcss{
	position:absolute;
	visibility: hidden;
	/* border:1px solid #000000; whole border color chante here*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height: 25px;
	z-index: 100;
	background-color: #CD9C01; /** backgrournd color change here*/
	width: 150px; /* box width change here*/
	padding-top:6px;
	text-decoration:none;
	margin:5px 0 0 0px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom:1px solid #D3E8B5;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding:0 0 0 5px;
	margin:0px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #DEDEEB;
	color: #000000;
	text-decoration:none;
	width:100%;
	padding:0 0 0 5px;
}
.fontoos{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}