
/* Navigation  */

#navigation
{
	margin: 0 auto;
	padding: 10px 0 0 48px;
	width: 787px;
	height: 51px;
	background-image: url(images/navback.jpg); 
	text-align: center; 
}

#navigation ul
{
list-style-type: none;
}

#navigation a
{
margin: 0;
padding: 0;
text-indent: -999em;
border: 0;
}

#navigation a.nav01, a.nav01:link, a.nav01:visited, a.nav01:active
{
	display: block;
	width: 145px;
	height: 41px;
	background: url(images/navigation_01.jpg) no-repeat left top;
}

#navigation a.nav01:hover
{
	background: url(images/navigation_01.jpg) no-repeat left bottom;
}

#navigation a.nav02, a.nav02:link, a.nav02:visited, a.nav02:active
{
	display: block;
	width: 100px;
	height: 41px;
	background: url(images/navigation_02.jpg) no-repeat left top;
}

#navigation a.nav02:hover
{
	background: url(images/navigation_02.jpg) no-repeat left bottom;
}

#navigation a.nav03, a.nav03:link, a.nav03:visited, a.nav03:active
{
	display: block;
	width: 81px;
	height: 41px;
	background: url(images/navigation_03.jpg) no-repeat left top;
}

#navigation a.nav03:hover
{
	background: url(images/navigation_03.jpg) no-repeat left bottom;
}

#navigation a.nav04, a.nav04:link, a.nav04:visited, a.nav04:active
{
	display: block;
	width: 122px;
	height: 41px;
	background: url(images/navigation_04.jpg) no-repeat left top;
}

#navigation a.nav04:hover
{
	background: url(images/navigation_04.jpg) no-repeat left bottom;
}

#navigation a.nav05, a.nav05:link, a.nav05:visited, a.nav05:active
{
	display: block;
	width: 207px;
	height: 41px;
	background: url(images/navigation_05.jpg) no-repeat left top;
}

#navigation a.nav05:hover
{
	background: url(images/navigation_05.jpg) no-repeat left bottom;
}

#navigation a.nav06, a.nav06:link, a.nav06:visited, a.nav06:active
{
	display: block;
	width: 82px;
	height: 41px;
	background: url(images/navigation_06.jpg) no-repeat left top;
}

#navigation a.nav06:hover
{
	background: url(images/navigation_06.jpg) no-repeat left bottom;
}

#navigation ul li
{
	float: left;
}

/* CSS to highlight the navigation based on the current page  */


#about a.nav01
{
	background: url(images/navigation_01.jpg) no-repeat left bottom;
	cursor: default;
}

#services a.nav02
{
	background: url(images/navigation_02.jpg) no-repeat left bottom;
	cursor: default;
}

#staff a.nav03
{
	background: url(images/navigation_03.jpg) no-repeat left bottom;
	cursor: default;	
}

#health a.nav04
{
	background: url(images/navigation_04.jpg) no-repeat left bottom;
	cursor: default;
}

#externships a.nav05
{
	background: url(images/navigation_05.jpg) no-repeat left bottom;
	cursor: default;
}

#links a.nav06
{
	background: url(images/navigation_06.jpg) no-repeat left bottom;
	cursor: default;
}