Hello everyone! I finished Chapter 12 of HeadFirst HTML/CSS. Everything is clear except one minor thing. The selected area goes beyond the navigation bar. How to make the selected area fit exactly the navigation bar? Please, could you help me? Have a nice day! Many thanks in advance! Here’s the screenshot:  Here's the CSS code for the selected area: nav ul li.selected { background-color: #c8b99c; }