#navwrapper ul ul, // Hide second menu by default. #navwrapper ul li:hover ul ul, // Hide third menu on hovering first. #navwrapper ul ul li:hover ul ul // Hide fourth menu on hovering second. {display: none;} #navwrapper ul li:hover ul, // Show second menu on hovering first. #navwrapper ul ul li:hover ul, // Show third menu on hovering second. #navwrapper ul ul ul li:hover ul // Show fourth menu on hovering third. {display: block;}