nav#main .container ul li:nth-child(1) { display: none; }

nav#main .container ul li ul li:nth-child(1) {
    display: block;
}