@charset "utf-8";
/* CSS Document */

#nav {
	width: 330px;
	height: 19px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 323px;
	top: 100px;
	z-index: 100;
}

#home_button {
	background: url('../images/nav_button_home.png') top left no-repeat;
	width: 65px;
	height: 19px;
	outline:none;
	float: left;
	}
	
	#home_button a{
		display:block;
		width: 65px;
		height: 19px;
		background:url('../images/nav_button_home.png') top left no-repeat;
		text-indent:-99999px;
	}
	
	#home_button a:hover{
		background:url('../images/nav_button_home.png') top right no-repeat;
	}
	
#resume_button {
	background: url('../images/nav_button_resume.png') top left no-repeat;
	width: 80px;
	height: 19px;
	outline:none;
	float: left;
	}
	
	#resume_button a{
		display:block;
		width: 80px;
		height: 19px;
		background:url('../images/nav_button_resume.png') top left no-repeat;
		text-indent:-99999px;
	}
	
	#resume_button a:hover{
		background:url('../images/nav_button_resume.png') top right no-repeat;
	}
	
#outcomes_button {
	background: url('../images/nav_button_outcomes.png') top left no-repeat;
	width: 98px;
	height: 19px;
	outline:none;
	float: left;
	}
	
	#outcomes_button a{
		display:block;
		width: 98px;
		height: 19px;
		background:url('../images/nav_button_outcomes.png') top left no-repeat;
		text-indent:-99999px;
	}
	
	#outcomes_button a:hover{
		background:url('../images/nav_button_outcomes.png') top right no-repeat;
	}
	
#contact_button {
	background: url('../images/nav_button_contact.png') top left no-repeat;
	width: 84px;
	height: 19px;
	outline:none;
	float: left;
	}
	
	#contact_button a{
		display:block;
		width: 84px;
		height: 19px;
		background:url('../images/nav_button_contact.png') top left no-repeat;
		text-indent:-99999px;
	}
	
	#contact_button a:hover{
		background:url('../images/nav_button_contact.png') top right no-repeat;
	}

