#sub-navigation{
	position:absolute;
	width: 191px;
	top: 383px;
	left: 75px;
}
.sub-navigation-button {
	float:left;
}
#history-button {
	background-image:  url(../images/subnav/history.jpg);	
	height: 35px;
	width: 191px;
	background-position: 0 0;
}
#history-button.selected {
	background-position: 0 35px;
}
#history-button:hover {
	background-position: 0 35px;
}
#our-team-button {
	background-image:  url(../images/subnav/team.jpg);	
	height: 34px;
	width: 191px;
	background-position: 0 0;
}
#our-team-button.selected {
	background-position: 0 34px;
}
#our-team-button:hover {
	background-position: 0 34px;
}
#technology-partners-button {
	background-image:  url(../images/subnav/partners.jpg);	
	height: 36px;
	width: 191px;
	background-position: 0 0;
}
#technology-partners-button.selected {
	background-position: 0 36px;
}
#technology-partners-button:hover {
	background-position: 0 36px;
}
#who-we-work-with-button {
	background-image:  url(../images/subnav/who.jpg);	
	height: 35px;
	width: 191px;
	background-position: 0 0;
}
#who-we-work-with-button.selected {
	background-position: 0 35px;
}
#who-we-work-with-button:hover {
	background-position: 0 35px;
}
#explanation{
	position:absolute;
	font-weight: normal;
	font-family: 'Arial Black';
	font-size: 12px;
	height: 58px;
	width: 191px;
	left: 275px;
	line-height: 1.3;
}
.history #explanation {
	top: 350px;
}
.our-team #explanation {
	top: 400px;
}
.technology-partners #explanation {
	top: 482px;
}
.who-we-work-with #explanation {
	top: 455px;
}
