nav ul li {
	width:100%;
	background-color:yellow;
}
nav ul li a:hover { 
	background-color:red;
}