.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #333333;
font:normal 10px arial;
color:#333333;
line-height: 15px;
z-index: 100;
background-color: #FFFFFF;
width:155px;
}

.anylinkcss a{
	width: 150px;
	display: block;
	color:#333333;
	border-bottom: 1px solid  #DFDFDF;
	text-decoration: none;
	font-weight: bold;
	height: 15px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;	

}

.anylinkcss a:hover{ /*hover background color*/
width: 98%;
background-color: #333333;
color: white;
width:150px;
}
