/* navigation.css */

#header #home {
	width: 67px;
	background-position: 0 0;
}
#header #company {
	width: 78px;
	background-position: -67px 0;
}
#header #brands {
	width: 65px;
	background-position: -145px 0;
}
#header #accolades {
	width: 86px;
	background-position: -210px 0;
}
#header #promotions {
	width: 97px;
	background-position: -296px 0;
}
#header #contactus {
	width: 100px;
	background-position: -393px 0;
}

#header #home:hover {
	background-position: 0 -29px;
}
#header #company:hover {
	background-position: -67px -29px;
}
#header #brands:hover {
	background-position: -145px -29px;
}
#header #accolades:hover {
	background-position: -210px -29px;
}
#header #promotions:hover {
	background-position: -296px -29px;
}
#header #contactus:hover {
	background-position: -393px -29px;
}

#header #home.active, #header #home.active:hover {
	background-position: 0 -58px;
}
#header #company.active, #header #company.active:hover {
	background-position: -67px -58px;
}
#header #brands.active, #header #brands.active:hover {
	background-position: -145px -58px;
}
#header #accolades.active, #header #accolades.active:hover {
	background-position: -210px -58px;
}
#header #promotions.active, #header #promotions.active:hover {
	background-position: -296px -58px;
}
#header #contactus.active, #header #contactus.active:hover {
	background-position: -393px -58px;
}