


.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 25px;
z-index: 100;
background: #edf2f8;
width: 205px;
color: #7d8995;

}

.anylinkcss a{
color: #7d8995;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
background: #edf2f8;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #7d8995;
color: white;
text-decoration: none;
}


.Topnav{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
background-color: white;
width: 225px;

 	}
	 
	
	.Topnav a{
	color: black;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid gray;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	width: 225px;
 	} 

	
	.Topnav a:hover{ /*hover background color*/
background-color: #F8FBBD;
color: black;
width: 225px;
}


.Navlink{
		background-color: transparent;
}

.Navlink a{
		background-color: transparent;
}

.Navlink hover{
	background-color: #F8FBBD;
}

.NavlinkOver{
	background-color: #F8FBBD;
}
	 
