Vertical Menu items shifting to same line when window size increased [closed]

Your nav ul li definition appears to have bad syntax. Try this:

nav ul li {

    a {color:#000000;}
    a:visited {color:#000000;}
    a:hover {color:#0088ce; }
    clear: both;
}