.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height: 18px;
z-index: 100;
background-color: #f8f8f8;
width: 125px;
color:#000000;
}

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

.anylinkcss a:hover{ /*hover background color*/
background-color: #C4C4C4;
color: black;
}

.title { /*hover background color*/
color: #f8f8f8;
text-decoration:none;
	FONT-SIZE: 11px;
	COLOR: #202020; 
	FONT-FAMILY:tahoma;
	cursor:pointer;
}
.title a:active{ /*hover background color*/
color: #f8f8f8;
text-decoration:none;
	FONT-SIZE: 11px;
	COLOR: #202020; 
	FONT-FAMILY:tahoma;
	cursor:pointer;
}
.title a:hover{ /*hover background color*/
color:#f8f8f8;
text-decoration:none;
	FONT-SIZE: 11px;
	COLOR: #202020; 
	FONT-FAMILY:tahoma;
	cursor:pointer;
}

