/* @override http://adxcreative.com/projectHub/brickThree/css/highlight.css */

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

/* white nav */
body#home.white a#homeNav{
	background: url(../images/navigationWhite.jpg) no-repeat 0 0;
}
body#menu.white a#menuNav{
	background: url(../images/navigationWhite.jpg) no-repeat -86px 0;
}
body#location.white a#locationNav{
	background: url(../images/navigationWhite.jpg) no-repeat -258px 0;
}
body#hours.white a#hoursNav{
	background: url(../images/navigationWhite.jpg) no-repeat -172px 0;
}
body#coupons.white a#couponsNav{
	background: url(../images/navigationWhite.jpg) no-repeat -344px 0;
}
body#curbside.white a#curbsideNav{
	background: url(../images/navigationWhite.jpg) no-repeat -430px 0;
}
body#catering.white a#cateringNav{
	background: url(../images/navigationWhite.jpg) no-repeat -516px 0;
}

/* white nav */
body#home.red a#homeNav{
	background: url(../images/navigationRed.jpg) no-repeat 0 0;
}
body#menu.red a#menuNav{
	background: url(../images/navigationRed.jpg) no-repeat -86px 0;
}
body#location.red a#locationNav{
	background: url(../images/navigationRed.jpg) no-repeat -258px 0;
}
body#hours.red a#hoursNav{
	background: url(../images/navigationRed.jpg) no-repeat -172px 0;
}
body#coupons.red a#couponsNav{
	background: url(../images/navigationRed.jpg) no-repeat -344px 0;
}
body#catering.red a#cateringNav{
	background: url(../images/navigationRed.jpg) no-repeat -516px 0;
}
