/*HIDE MENU BUTTON, SHOW NAVIGATION*/

#menu {
    display: none;
}   

#navigation   {
    display: block;
}