.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height: 13px;
z-index: 100;
background-color: #bbc9df;
width: 140px;
color: #000;
}

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

.anylinkcss a:hover{ /*hover background color*/
background-color: #5076b5;
color: #000;
}

.GrayAnyLink{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font-family:Helvetica,Verdana,Arial,Tahoma,sans-serif;
font-size: 11px;
font-weight: bold;	
line-height: 13px;
z-index: 100;
background-color: #fff;
width: 130px;
color: #666;
}

.GrayAnyLink a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #666;
}

.GrayAnyLink a:hover{ /*hover background color*/
background-color: #e5e5e5;
color: #336699;
}

.GrayPic{
	padding: 0 6px 0 6px;
	}