header {
    color: black;
    background: yellow;
}

div.menu {
    display:none;
}

header:hover .menu {
    display:inline;
}


