/* Nav Styles */

#nav ul {
	width: 905px;
	height: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#nav a {
	display: block;
	float: left;
	border: none;
	margin: 0;
	height: 0;
	padding: 50px 0 0;
	overflow: hidden;
	background-image: url("../img/nav.png");
	background-repeat: no-repeat;
}

.oralhealth a { width: 174px; background-position:    0   0; }
.dentistry  a { width: 173px; background-position: -174px 0; }
.healthpros a { width: 214px; background-position: -347px 0; }
.resources  a { width: 177px; background-position: -561px 0; }
.contact    a { width: 123px; background-position: -738px 0; }
.search     a { width:  44px; background-position: -861px 0; }

.oralhealth a:hover, .oralhealth a.selected { background-position:    0   -50px; }
.dentistry  a:hover, .dentistry  a.selected { background-position: -174px -50px; }
.healthpros a:hover, .healthpros a.selected { background-position: -347px -50px; }
.resources  a:hover, .resources  a.selected { background-position: -561px -50px; }
.contact    a:hover, .contact    a.selected { background-position: -738px -50px; }
.search     a:hover, .search     a.selected { background-position: -861px -50px; }

.home .resources a { background-position: -561px -100px; }
.home .contact   a { background-position: -738px -100px; }
.home .resources a:hover, .home .resources a.selected { background-position: -561px -150px; }
.home .contact   a:hover, .home .contact   a.selected { background-position: -738px -150px; }
