/*--------------------------------------*/
/*------------HOMEPAGE NAV--------------*/
/*--------------------------------------*/
#nav_wrapper {
	position: relative;
	height: 184px;
	z-index:3;
	}
#nav_wrapper2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index:10;
	}
#nav {
	position: absolute;
	left: 0;
	top: 27px;
	width: 760px;
	height: 137px;
	background: url(images/homepage_nav.jpg) no-repeat bottom left;
}
#nav li {
	display: inline;
}
#nav a:link, #nav a:visited {
	display: block;
	position: absolute;
	height: 137px;
	text-indent: -9000px;
	text-decoration: none;
	top: 0px;
}
	
/* ----- Nav Defaults ------ */
	#nav-about a:link, #nav-about a:visited, .selected {
		width: 120px;
		left: 0;
	}
	#nav-profiles a:link, #nav-profiles a:visited {
		width: 120px;
		left: 128px;
	}
	#nav-practice a:link, #nav-practice a:visited {
		width: 120px;
		left: 256px;
	}
	#nav-careers a:link, #nav-careers a:visited {
		width: 120px;
		left: 384px;
	}
	#nav-news a:link, #nav-news a:visited {
		width: 120px;
		left: 512px;
	}
	#nav-contact a:link, #nav-contact a:visited {
		width: 120px;
		left: 640px;
	}
/* ----- Nav Hover ------ */
	#nav-about a:hover {
		background: url(images/homepage_nav.jpg) no-repeat 0 0;
	}
	#nav-profiles a:hover {
		background: url(images/homepage_nav.jpg) no-repeat -128px 0;
	}
	#nav-practice a:hover {
		background: url(images/homepage_nav.jpg) no-repeat -256px 0;
	}
	#nav-careers a:hover {
		background: url(images/homepage_nav.jpg) no-repeat -384px 0;
	}
	#nav-news a:hover {
		background: url(images/homepage_nav.jpg) no-repeat -512px 0;
	}
	#nav-contact a:hover {
		background: url(images/homepage_nav.jpg) no-repeat -640px 0;
	}
	
	
	
/*--------------------------------------*/
/*--------------INSIDE NAV--------------*/
/*--------------------------------------*/
#insidenav_wrapper {
	position: relative;
	height: 30px;
	}
#insidenav_wrapper2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index:10;
	}
#inside_nav {
	position: absolute;
	left: 0;
	top: -1px;
	width: 760px;
	height: 30px;
	background: url(images/inside_nav.jpg) no-repeat bottom left;
}
#inside_nav li {
	display: inline;
}
#inside_nav a:link, #inside_nav a:visited {
	display: block;
	position: absolute;
	height: 30px;
	text-indent: -9000px;
	text-decoration: none;
	top: 0;
	:-moz-any-link:focus;
	outline: none;
}
	
/* ----- Nav Defaults ------ */
	#inside_nav-about a:link, #inside_nav-about a:visited {
		width: 83px;
		left: 12px;
	}
	#inside_nav-profiles a:link, #inside_nav-profiles a:visited {
		width: 100px;
		left: 150px;
	}
	#inside_nav-practice a:link, #inside_nav-practice a:visited {
		width: 81px;
		left: 314px;
	}
	#inside_nav-careers a:link, #inside_nav-careers a:visited {
		width: 44px;
		left: 469px;
	}
	#inside_nav-news a:link, #inside_nav-news a:visited {
		width: 30px;
		left: 582px;
	}
	#inside_nav-contact a:link, #inside_nav-contact a:visited {
		width: 61px;
		left: 680px;
	} 
/* ----- Nav Hover ------ */
	#inside_nav-about a:hover {
		background: url(images/inside_nav.jpg) no-repeat -12px 0;
	}
	#inside_nav-profiles a:hover {
		background: url(images/inside_nav.jpg) no-repeat -150px 0;
	}
	#inside_nav-practice a:hover {
		background: url(images/inside_nav.jpg) no-repeat -314px 0;
	}
	#inside_nav-careers a:hover {
		background: url(images/inside_nav.jpg) no-repeat -469px 0;
	}
	#inside_nav-news a:hover {
		background: url(images/inside_nav.jpg) no-repeat -582px 0;
	}
	#inside_nav-contact a:hover {
		background: url(images/inside_nav.jpg) no-repeat -680px 0;
	}

/* ----- Nav Selected ------ */
	#inside_nav-about a.selected:link, #inside_nav-about a.selected:visited {
		background: url(images/inside_nav.jpg) no-repeat -12px 0;
	}
	#inside_nav-profiles a.selected:link, #inside_nav-profiles a.selected:visited {
		background: url(images/inside_nav.jpg) no-repeat -150px 0;
	}
	#inside_nav-practice a.selected:link, #inside_nav-practice a.selected:visited {
		background: url(images/inside_nav.jpg) no-repeat -314px 0;
	}
	#inside_nav-careers a.selected:link, #inside_nav-careers a.selected:visited {
		background: url(images/inside_nav.jpg) no-repeat -469px 0;
	}
	#inside_nav-news a.selected:link, #inside_nav-news a.selected:visited {
		background: url(images/inside_nav.jpg) no-repeat -582px 0;
	}
	#inside_nav-contact a.selected:link, #inside_nav-contact a.selected:visited {
		background: url(images/inside_nav.jpg) no-repeat -680px 0;
	}