.anylinkcss{
position:absolute;
visibility: hidden;
/*border:1px solid gray;*/
border-bottom-width: 0;
font:bold 11px Verdana;
line-height: 18px;
z-index:100;
background-color:#356C2F;
/*width: 205px;*/
}

div.navigation {
border-collapse: collapse;
font-weight:bold;   
color: #000000;
font-size:11px;
text-indent:5px;
display:block;
width:100%;
height:21px;
}

div.navigation a{
padding-top:2px;
height:21px;
	display: block;
	line-height:18px;
	text-decoration: none;
	color: #000000;
	width:100%;
}

div.navigation a:link {
	color: #A0CE67;
	background-color: none;
	text-decoration: none;
}

div.navigation a:visited {
   color: #A0CE67;
   background-color: none;
   text-decoration: none;   
}
div.navigation a:hover {
   color: #274F22;
   background-color:#A0CE67; 
   text-decoration: none;   
}

.anylinkcss a{
padding:3px 0 0 0;
color:#A0CE67;
width: 100%;
height:19px;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid gray;*/
/*padding: 1px 0;*/
text-decoration: none;
font-weight: bold;
text-indent: 9px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color:#A0CE67;
color:#274F22;
}