div#nav {
	float: right;
	padding-top: 58px;
	font-size: 10px;
	margin-right: 10px;
}

div#nav a.about {
	width: 90px;
	height: 10px;
	text-indent: -9999px;
	background: url(../images/about.gif) no-repeat;
	display: block;
	margin-right: 15px;
	float: left;
}
div#nav a.about:hover {
	background: url(../images/about-r.gif) no-repeat;	
}
div#nav a.aboutactive {
	width: 90px;
	height: 10px;
	text-indent: -9999px;
	background: url(../images/about-r.gif) no-repeat;
	display: block;
	margin-right: 15px;
	float: left;
}
div#nav a.process {
	width: 128px;
	height: 10px;
	text-indent: -9999px;
	background: url(../images/theprocess.gif) no-repeat;
	display: block;
	margin-right: 15px;
	float: left;
}
div#nav a.process:hover {
	background: url(../images/theprocess-r.gif) no-repeat;	
}
div#nav a.processactive {
	width: 128px;
	height: 10px;
	text-indent: -9999px;
	background: url(../images/theprocess-r.gif) no-repeat;
	display: block;
	margin-right: 15px;
	float: left;	
}
div#nav a.proof {
	width: 101px;
	height: 10px;
	text-indent: -9999px;
	background: url(../images/theproof.gif) no-repeat;
	display: block;
	margin-right: 15px;
	float: left;
}
div#nav a.proof:hover {
	background: url(../images/theproof-r.gif) no-repeat;	
}
div#nav a.proofactive {
	width: 101px;
	height: 10px;
	text-indent: -9999px;
	background: url(../images/theproof-r.gif) no-repeat;
	display: block;
	margin-right: 15px;
	float: left;	
}
div#nav a.contact {
	width: 112px;
	height: 10px;
	text-indent: -9999px;
	background: url(../images/contact.gif) no-repeat;
	display: block;
	margin-right: 15px;
	float: left;
}
div#nav a.contact:hover {
	background: url(../images/contact-r.gif) no-repeat;	
}
div#nav a.contactactive {
	width: 112px;
	height: 10px;
	text-indent: -9999px;
	background: url(../images/contact-r.gif) no-repeat;
	display: block;
	margin-right: 15px;
	float: left;
}
div#nav a.home {
	width: 52px;
	height: 10px;
	text-indent: -9999px;
	background: url(../images/home.gif) no-repeat;
	display: block;
	margin-right: 15px;
	float: left;
}
div#nav a.home:hover {
	background: url(../images/home-r.gif) no-repeat;	
}
div#nav a.homeactive {
	width: 52px;
	height: 10px;
	text-indent: -9999px;
	background: url(../images/home-r.gif) no-repeat;
	display: block;
	margin-right: 15px;
	float: left;
}
