#nav, #nav ul {
	position: absolute;
	padding: 0;
	margin: 0;
	width: 11em;
	font-size: 1em;
	font-weight: bold;
	top: 17px;
	left: 0;
}
	
#nav li {
	position: relative;
	float: left;
	line-height: 1.3;
	margin-bottom: -1px;
	width: 172px;
	list-style: none;
}

#nav li ul {
	position: absolute;
	left: -999em;
	margin-left: 171px;
	margin-top: -15px;
}



#nav li a {
	width: 172px;
	height: 30px;
	display: block;
	color: #000;
	text-decoration: none;
	background: #cdd7c4;
}

#nav li a:hover {
	color: #5b6a4f;
	background: #fffdf0;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
	left: auto;
}

#nav li.child {
	position: relative;
	margin-top: -2px;
	z-index: 200;
}

#nav li.child a {
	height: 18px;
	line-height: 18px;
	font-size: 11px !important;
	margin: 0;
	padding: 4px;
	border: 1px solid #000;
	background: #fffdf0;
	color: #5b6a4f;
}

#nav li.child a:hover,#nav li.child a:visited:hover {
	background: #cdd7c4;
	color: #000;
}

#nav li.child a.last {
	height: 22px;
	line-height: 22px;
	border-bottom: 10px solid #fff;
}



#nav li.parent a#index {
	background: url(../img/nav/index.png) 0px 0 no-repeat;
}

#nav li.parent a#index:hover,
#nav li.parent a#index:visited:hover {
	background-position: -172px 0;
}



#nav li.parent a#services {
	background: url(../img/nav/services.png) 0px 0 no-repeat;
}

#nav li.parent a#services:hover,
#nav li.parent a#services:visited:hover {
	background-position: -172px 0;
}



#nav li.parent a#our_team {
	background: url(../img/nav/our_team.png) 0px 0 no-repeat;
}

#nav li.parent a#our_team:hover,
#nav li.parent a#our_team:visited:hover {
	background-position: -172px 0;
}



#nav li.parent a#hospital_tour {
	background: url(../img/nav/hospital_tour.png) 0px 0 no-repeat;
}

#nav li.parent a#hospital_tour:hover,
#nav li.parent a#hospital_tour:visited:hover {
	background-position: -172px 0;
}



#nav li.parent a#client_forms {
	background: url(../img/nav/client_forms.png) 0px 0 no-repeat;
}

#nav li.parent a#client_forms:hover,
#nav li.parent a#client_forms:visited:hover {
	background-position: -172px 0;
}



#nav li.parent a#news_updates {
	background: url(../img/nav/news_updates.png) 0px 0 no-repeat;
}

#nav li.parent a#news_updates:hover,
#nav li.parent a#news_updates:visited:hover {
	background-position: -172px 0;
}



#nav li.parent a#pet_care_info {
	background: url(../img/nav/pet_care_info.png) 0px 0 no-repeat;
}

#nav li.parent a#pet_care_info:hover,
#nav li.parent a#pet_care_info:visited:hover {
	background-position: -172px 0;
}



#nav li.parent a#location {
	background: url(../img/nav/location.png) 0px 0 no-repeat;
}

#nav li.parent a#location:hover,
#nav li.parent a#location:visited:hover {
	background-position: -172px 0;
}

