I would design the menu to suit the majority of the pages.
For the page that the menu will be different, I would place overriding style rules in the HEAD section of the document.
e.g. If I wanted to change the colouring, I would place the following in my document
ul.MenuBarHorizontal a {
background-color: black;
color: yellow;
}