.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #BBB;
/*border-bottom-width: 0;*/
font-weight: 700;
font-size: 11px;
font-family:Geneva, Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100;
text-align:left;
width: 165px;
background-color: #679966;

}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB;
padding: 2px 0px;
text-decoration: none;
font-weight: bold;
/*text-indent: 5px;
background: url(chromebg.jpg) center center repeat-x;*/
}

.anylinkcss a:link {

	color: #E1FFE1;
	}
	.anylinkcss a:active {

	color:#E1FFE1;
	}
.anylinkcss a:visited {
	
	color: #E1FFE1;
	}


.anylinkcss a:hover{ /*hover background color*/
/*background: url(chromebg2.jpg) center center repeat-x;*/
background-color:#8ADC8B;
color: #003300;

}

