To style the first level of a menu i would think this code would work:
Could someone please point out where I’m going wrong, thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It does, but since you’ve given no other color to the other elements they inherit the color you gave the top
<ul>element. If you give the other<ul>a color, it works fine.jsFiddle example.