/* New Navigation */
#nav { /*nav container */
	height: 87px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav li {
	display: inline-block;
	float: left;
	list-style-type: none; /* remove bullets*/
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav a:link {
	float: left;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background-repeat: no-repeat;
	margin: 0px;
}

#nav #about {
	background-image: url(images/new-tabs/about.gif);
	background-repeat: no-repeat;
	background-position: left -87px;
	display: block;
	height: 87px;
	width: 128px;
	padding: 0px;
	margin: 0px;
}
#nav #services {
	background-image: url(images/new-tabs/pricing.gif);
	background-repeat: no-repeat;
	background-position: left -87px;
	display: block;
	height: 87px;
	width: 128px;
	padding: 0px;
	margin: 0px;
	
}
#nav #staff {
	background-image: url(images/new-tabs/staff.gif);
	background-repeat: no-repeat;
	background-position: left -87px;
	display: block;
	height: 87px;
	width: 128px;
	padding: 0px;
	margin: 0px;
	
}
#nav #gallery {
	background-image: url(images/new-tabs/gallery.gif);
	background-repeat: no-repeat;
	background-position: left -87px;
	display: block;
	height: 87px;
	width: 128px;
	padding: 0px;
	margin: 0px;
	
}
#nav #faqs {
	background-image: url(images/new-tabs/faqs.gif);
	background-repeat: no-repeat;
	background-position: left -87px;
	display: block;
	height: 87px;
	width: 128px;
	padding: 0px;
	margin: 0px;
	
}
#nav #contact {
	background-image: url(images/new-tabs/contact.gif);
	background-repeat: no-repeat;
	background-position: left -87px;
	display: block;
	height: 87px;
	width: 128px;
	padding: 0px;
	margin: 0px;
	
}
/* nav tabs hover */
#nav #about:hover, #nav #services:hover, #nav #staff:hover, #nav #faqs:hover, #nav #gallery:hover, #nav #contact:hover { 
	background-position: left top;
}
.about #nav #about, .services #nav #services, .staff #nav #staff, .gallery #nav #gallery, .contact #nav #contact, .faqs #nav #faqs {
	background-position: left top;
}
