We use a virtual include above to dynamically change the active class location based on where the user is in the site hierarchy.


<html>
<head><title>Listing 8.6: CSS Menu Bar Template</title>
<style type="textcss">
<!--
@import "css/menubar.css";
-->
</style>
</head>
<body>
<!--#include virtual="css/menubar2.html" -->
</body>
</html>