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

.whatwedo {
	width: 155px;
	height: 49px;
	float: left;
}

.aboutus {
	width: 127px;
	height: 49px;
	float: left;
}

.cbp {
	width: 179px;
	height: 49px;
	float: left;
}

.history {
	width: 165px;
	height: 49px;
	float: left;
}

.faq {
	width: 84px;
	height: 49px;
	float: left;
}

.news {
	width: 93px;
	height: 49px;
	float: left;
}

.email {
	width: 39px;
	height: 46px;
	float: right;
	margin-top: 3px;
	margin-right: 10px;
}

#whatwedoButton {
  display: block;
  width: 155px;
  height: 49px;
  background: url("../_images/whatwedo.gif") no-repeat 0 0;
}

#whatwedoButton:hover { 
  background-position: 0 -49px;
}

#whatwedoButton span {
  display: none;
}

#aboutusButton {
  display: block;
  width: 127px;
  height: 49px;
  background: url("../_images/aboutus.gif") no-repeat 0 0;
}

#aboutusButton:hover { 
  background-position: 0 -49px;
}

#aboutusButton span {
  display: none;
}

#cbpButton {
  display: block;
  width: 179px;
  height: 49px;
  background: url("../_images/cbpexplained.gif") no-repeat 0 0;
}

#cbpButton:hover { 
  background-position: 0 -49px;
}

#cbpButton span {
  display: none;
}

#historyButton {
  display: block;
  width: 165px;
  height: 49px;
  background: url("../_images/chirohistory.gif") no-repeat 0 0;
}

#historyButton:hover { 
  background-position: 0 -49px;
}

#historyButton span {
  display: none;
}

#faqButton {
  display: block;
  width: 84px;
  height: 49px;
  background: url("../_images/faq.gif") no-repeat 0 0;
}

#faqButton:hover { 
  background-position: 0 -49px;
}

#faqButton span {
  display: none;
}

#newsButton {
  display: block;
  width: 93px;
  height: 49px;
  background: url("../_images/news.gif") no-repeat 0 0;
}

#newsButton:hover { 
  background-position: 0 -49px;
}

#newsButton span {
  display: none;
}

#emailButton {
  display: block;
  width: 39px;
  height: 46px;
  background: url("../_images/email.gif") no-repeat 0 0;
}

#emailButton:hover { 
  background-position: 0 -46px;
}

#emailButton span {
  display: none;
}