Code: Body ID/Class Method

From Chapter 7: CSS Optimization

To accomplish the same effect with the body ID/class method, you would first label each page with a class in the body tag:

<body class="executive">

Then you'd use a compound descendant selector to display the appropriate menu, like this:

.strategic .one, .executive .three, .sales .five... {display:list-item;}