/* NAVIGATION STYLES */

.button {
	background-image: url(/images/buttons.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	position: relative;
	margin: 0;
	padding: 0;
}
.button img { /* Added because early IE versions add padding to the top of images within floats */
	display: block;
	padding: 0px;
	margin: 0px;
}
#homebutton {
	background-position: 0px 0px;
	width: 54px;
}
#aboutbutton {
	background-position: -54px 0px;
	width: 55px;
}
#treatmentbutton {
	background-position: -109px 0px;
	width: 79px;
}
#trainingbutton {
	background-position: -188px 0px;
	width: 67px;
}
#blogbutton {
	background-position: -255px 0px;
	width: 45px;
}
#donationsbutton {
	background-position: -300px 0px;
	width: 76px;
}
#resourcesbutton {
	background-position: -376px 0px;
	width: 79px;
}
#contactbutton {
	background-position: -455px 0px;
	width: 64px;
	margin-right: 10px;
}
.subnav {
	position: absolute;
	z-index: 20;
	width: 136px;
	display: none;
	left: 2px;
	top: 40px;
}
.subnavtop {
	background-image: url(/images/subnav.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 136px;
	position: relative;
	z-index: 42;
}
.subnavbutton {
	background-image: url(/images/subnav.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 136px;
	cursor: pointer;
	position: relative;
	z-index: 41;
}
#aboutsub1 {
	background-position: 0px -30px;
}
#aboutsub2 {
	background-position: 0px -54px;
}
#aboutsub3 {
	background-position: 0px -78px;
}
#aboutsub4 {
	background-position: 0px -102px;
}
#treatmentsub1 {
	background-position: 0px -126px;
}
#treatmentsub2 {
	background-position: 0px -150px;
}
#treatmentsub3 {
	background-position: 0px -174px;
}
#treatmentsub4 {
	background-position: 0px -198px;
}
#treatmentsub5 {
	background-position: 0px -222px;
}
#treatmentsub6 {
	background-position: 0px -246px;
}
#resourcessub1 {
	background-position: 0px -270px;
}
#resourcessub2 {
	background-position: 0px -294px;
}
#resourcessub3 {
	background-position: 0px -318px;
}
#resourcessub4 {
	background-position: 0px -342px;
}
.subnavbottom {
	background-image: url(/images/subnav.png);
	background-repeat: no-repeat;
	background-position: -136px 0px;
	height: 30px;
	width: 136px;
	position: relative;
	z-index: 40;
}