@charset "UTF-8";
/* CSS Document */

/* Main Navigation -- highlighting current page based on the body ID definition */

body#home #navigation a#homeNav,
body#about #navigation a#aboutNav,
body#sales #navigation a#salesNav,
body#repairs #navigation a#repairsNav,
body#rentals #navigation a#rentalsNav,
body#lessons #navigation a#lessonsNav,
body#sound #navigation a#soundNav,
body#booking #navigation a#bookingNav,
body#contact #navigation a#contactNav {
	color: #9f2214;
	text-decoration: none;
}