#nav {
	display: block;
	position: absolute;
	width: auto;
	height: 33px;
	top: 143px;
}

#nav ul {
	margin: 0;
	list-style: none;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1px;
}

#nav a {
	float: left;
	height: 33px;
	text-decoration: none;
	text-align: center;
	text-indent: -5000px;
}

#nav a.blog, #nav a.blog_current {
	background: url(../images/nav.jpg) no-repeat 0px top;
	width: 161px;
}

#nav a.services, #nav a.services_current {
	background: url(../images/nav.jpg) no-repeat -161px top;
	width: 111px;
}

#nav a.corporate, #nav a.corporate_current {
	background: url(../images/nav.jpg) no-repeat -272px top;
	width: 170px;
}

#nav a.programs, #nav a.programs_current {
	background: url(../images/nav.jpg) no-repeat -447px top;
	width: 115px;
}

#nav a.rates, #nav a.rates_current {
	background: url(../images/nav.jpg) no-repeat -561px top;
	width: 93px;
}

#nav a.contact, #nav a.contact_current {
	background: url(../images/nav.jpg) no-repeat -655px top;
	width: 102px;
}


#nav a.services:hover {
	background-position: -161px -33px
}

#nav a.corporate:hover {
	background-position: -272px -33px
}

#nav a.programs:hover {
	background-position: -447px -33px
}

#nav a.rates:hover {
	background-position: -561px -33px
}

#nav a.blog:hover {
	background-position: left -33px
}

#nav a.contact:hover {
	background-position: -655px -33px
}



#nav a.services_current {
	background-position: -161px -66px
}

#nav a.corporate_current {
	background-position: -272px -66px
}

#nav a.programs_current {
	background-position: -447px -66px
}

#nav a.rates_current {
	background-position: -561px -66px
}

#nav a.blog_current {
	background-position: left -66px
}

#nav a.contact_current {
	background-position: -655px -66px
}

