#nav {
    -webkit-transition-delay: 0.3s;
}

#nav:hover {
    -webkit-transition-delay: 0.2s;
}