A descendant selector is used to select the <li> element of the list. In this case, we want to set some space between the list items so margin-top is used.
div#navigation ul li { margin-top: 4px; }
Other Max Design articles and presentations