#header a {
	float: left;
}

a#homeButton,a#servicesButton,a#portfolioButton,a#whyButton,a#resourcesButton,a#contactButton {
	display: block;
	height: 29px;
	background-position: 0 -29px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}


a#homeButton:hover,a#servicesButton:hover,a#portfolioButton:hover,a#whyButton:hover,a#resourcesButton:hover,a#contactButton:hover {
	background-position: 0 0;
}
a#homeButton {
    width: 65px;
    background-image: url(/images/nav/home-roll.gif);
}
a#servicesButton {
    width: 86px;
    background-image: url(/images/nav/services-roll.gif);
}
a#portfolioButton {
    width: 94px;
    background-image: url(/images/nav/portfolio-roll.gif);
}
a#whyButton {
    width: 95px;
    background-image: url(/images/nav/why-roll.gif);
}
a#resourcesButton {
    width: 98px;
    background-image: url(/images/nav/resources-roll.gif);
}
a#contactButton {
    width: 84px;
    background-image: url(/images/nav/contact-roll.gif);
}
a .alt {
	display: none;
}
