.anylinkcss{
	position:absolute;
	visibility: hidden;
	text-decoration: none;
	/*border-bottom-width: 0;*/
	z-index: 100;
	background-image: url(/Static/Images/ul_bg.png);
	background-repeat: repeat;
	width: auto;
	margin-left:-11px;
	padding:1px;
	margin-top:4px;
	border: 1px dotted #000000;
	color:#000000 !important;
}

.anylinkcss a{
	display: block;
	width: 162px;
	text-indent: 5px;
	/*border-bottom: 1px solid black;*/
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	color:#000000 !important;
	background-image: url(/Static/Images/li_bg.png);
	background-repeat: repeat;
	border: 1px dotted #FFFFFF;
}

.anylinkcss a:hover{ /*hover background color*/
	color:#ffffff !important;
	text-decoration: none !important;
}