#hovmenu {
  background-color:#ffffff;
  border: 1px solid #000000;
  font-size:12px;
  color:#000;
  text-align:center;
  z-Index:999;
  visibility:hidden;
  position:absolute;
  width:200px;
}

#hovmenu a {
  font-size:12px;
  color:#000;
  text-decoration:underline;
  font-weight:normal;
}

#hovmenu a:hover {
  font-weight:bold;
}

#closemenu {
  display:none;
}
