nav ul li a:nth-child(n):hoveryou can also do this:
nav ul li:nth-child(n) a:hoverlol?
nav ul li a:nth-child(n):hovernav ul li:nth-child(n) a:hoverinput[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
}put this css snippet in your reset.css (if any) or place this as one of your resets on your style.css