On page 246 of the book, the siteMapNodes all have a url that ends in a period. For example:
Code:
<siteMapNode url="~/Reviews/AllByGenre.aspx." title="By Genre" description="All Reviews Grouped by Genre" />
This led to the menu not behaving properly. I removed the ending periods and all is well.
Thank you for taking the time to look at the question.