Directions: Create an unordered list like the one below:

Use CSS To turn the list into a similar menu as the one on the top of the page.

Hints: You will redefine the li and li:hover

li { ........ }

li:hover { ........ }

NEW:
cursor: pointer
list-style:none