.anylinkcss
{
  background-color    : rgb(102,153,204);
  border-left              : 1px solid black;
  border-right              : 1px solid black;
  border-bottom              : 1px solid black;
  margin              : 10px 0 0 0;
  /* padding             : 0 10px 0 0; */
  position            : absolute;
  text-decoration     : none;
  visibility          : hidden;
  width               : 250px;
  z-index             : 100;
}

.anylinkcss a:link,
.anylinkcss a:visited,
.anylinkcss a:hover
{
  color               : rgb(0,0,51);
  display             : block;
  font-size           : 80%;
  font-weight         : bold;
  padding             : 1px 0;
  text-decoration     : none;
  text-indent         : 5px;
  width               : 100%;
}

.anylinkcss a:hover
{
  /*hover background color*/
  background-color    : rgb(77,110,164);
  color               : rgb(221,221,221);
}
