I'm thinking of just consolidating my menu to just an
<li id="menu"><a href="News">News</a> <a href="blog">blog</a> <a
href="other stuff">other stuff</a>
This seems sooooo much less complicated than the typical web designer's choice of making each subsection, news, blog, otherstuff each different li ids. This way, you won't need to worry about consistency or anything.
So why do people use multiple li ids instead? I'm honestly curious. Thanks!