If you want to apply only an element in a specific element, you can try something like this:
This way you set the styles for the tags liin the #ullID element. If you want to go even deeper, you can do it like this:
, :
html > body > div > ul > li > a{ ... }
, :)