ul#menu li:hover ol {
	display: block;
}

ul#menu li:hover {
  color: #FFD700;
  font-weight: bold;
}