Common navigation/menu area

OK. To make maintenance easier, is there a way to make a common CSS styled menu system? My site Spokane Area Classic Chevy Club has a left nav system that, if updated, goes across multiple pages. Not easily done unless very diligent.

Thanks
F

Put your menu into an include and the the same html is included all pages so you only have to manage one piece of html.

There are hundreds of tutorials around (just google for SSI (server side includes) or php includes).

PHP Tutorial - Include File
Server Side Includes
PHP Include File - How to Use PHP Include to Easily Maintain Your Web Site