/****************************************************************/
/*                     Home Navigation                          */
/****************************************************************/
#nav_main {
	display: block;
	width: 717px;
	margin-top: 8px;
	padding-left: 41px;
}
#about {
	background: url(images/buttons/home/about.gif) no-repeat;
	height: 19px;
	width: 139px;
	float: left;
}
.about a {
	display:block;
	background: url(images/buttons/home/about.gif) no-repeat left top;
	height: 19px;
	width: 139px;
	float: left;
}
.about a:hover {
	background-position: left -19px;
}
#coaching {
	background: url(images/buttons/home/coaching.gif) no-repeat;
	height: 19px;
	width: 143px;
	float: left;
}
.coaching a {
	display:block;
	background: url(images/buttons/home/coaching.gif) no-repeat left top;
	height: 19px;
	width: 143px;
	float: left;
}
.coaching a:hover {
	background-position: left -19px;
}
#clients {
	background: url(images/buttons/home/clients.gif) no-repeat;
	height: 19px;
	width: 137px;
	float: left;
}
.clients a {
	display:block;
	background: url(images/buttons/home/clients.gif) no-repeat left top;
	height: 19px;
	width: 137px;
	float: left;
}
.clients a:hover {
	background-position: left -19px;
}
#services {
	background: url(images/buttons/home/services.gif) no-repeat;
	height: 19px;
	width: 118px;
	float: left;
}
.services a {
	display:block;
	background: url(images/buttons/home/services.gif) no-repeat left top;
	height: 19px;
	width: 118px;
	float: left;
}
.services a:hover {
	background-position: left -19px;
}
#contact {
	background: url(images/buttons/home/services.gif) no-repeat;
	height: 19px;
	width: 139px;
	float: left;
}
.contact a {
	display:block;
	background: url(images/buttons/home/contact.gif) no-repeat left top;
	height: 19px;
	width: 139px;
	float: left;
}
.contact a:hover {
	background-position: left -19px;
}
