What is the selector syntax to select a tag within an id via the class name? For example, what do I need to select below in order to make the inner \"li\" turn red?
<
#navigation .navigationLevel2 li { color: #f00; }