/* NAVIGATION */
#nav {
	z-index: 100;
	width: 750px;
	height: 36px;
	position: absolute;
	top: 194px;
	top: 239px;
	left: 50%;
	margin-left: -373px;
	border: 0;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav img {
	height: 36px;
}
#nav a {
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}
#nav a span {
	position: absolute;
	visibility: hidden;
}
#nav .home a {
	width: 60px;
	background: no-repeat url(/media/images/b_home.gif);
}
#nav .home img {
	width: 60px;
}
#nav .keynote a {
	width: 67px;
	background: no-repeat url(/media/images/b_keynote.gif);
}
#nav .masterclass a {
	width: 89px;
	background: no-repeat url(/media/images/b_masterclass.gif);
}
#nav .biography a {
	width: 77px;
	background: no-repeat url(/media/images/b_biography.gif);
}
#nav .video a {
	width: 49px;
	background: no-repeat url(/media/images/b_video.gif);
}
#nav .clients a {
	width: 56px;
	background: no-repeat url(/media/images/b_clients.gif);
}
#nav .testimonials a {
	width: 89px;
	background: no-repeat url(/media/images/b_testimonials.gif);
}
#nav .planners a {
	width: 121px;
	background: no-repeat url(/media/images/b_planners.gif);
}
#nav .media a {
	width: 79px;
	background: no-repeat url(/media/images/b_media.gif);
}
#nav .contact a {
	width: 63px;
	background: no-repeat url(/media/images/b_contact.gif);
}
#nav a:hover {
	background-position: top right;
}
