Need to have all caps and CSS seems the best way to do it? Maybe you don’t want to re-code an entire menu (like me today!).

Use this:

.allcaps {text-transform: uppercase;}

… and there’s no need to re-type a bunch of text links.

MORE INFO

CSS: text-transform on W3Schools site