.anylinkcss{
position: absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color: #7376AB;
color: white;
width: 175px;
}

.anylinkcss a {
width: 100%;
color: white;
display: block;
border-bottom: 1px solid black;
padding: 1px 0px 0px 5px;
text-decoration: none;
font-weight: normal;
font-size: 75%;
}

.menuheader {
  padding: 1px 0px 0px 5px;
  background-color: #0D0E3E;
  color: white;
  border-bottom: 1px solid black;
  width: 100%;
  color: white;
  display: block;
  font-weight: bold;
  font-size: 75%;
}

.anylinkcss a:hover{ /*hover background color*/
 display: block;
background-color: white;
color: #0D0E3E;
}
