div#NavControls {
	position:			absolute;
	top:				8px;
	right:				16px;
	text-align:			right;
}

a.navBtn {
	display:				block;
	float:					right;
	width:					93px;
	height:					22px;
	margin:					8px;
}
a#btnSignIn {
	background-image:		url('/img/nav/btnSignIn.png');
	background-repeat:		no-repeat;
}
a#btnSignIn:hover {
	background-image:		url('/img/nav/btnSignIn-hover.png');
	background-repeat:		no-repeat;
}
a#btnSignIn:active {
	background-image:		url('/img/nav/btnSignIn-active.png');
	background-repeat:		no-repeat;
}
a#btnSignOut {
	background-image:		url('/img/nav/btnSignOut.png');
	background-repeat:		no-repeat;
}
a#btnSignOut:hover {
	background-image:		url('/img/nav/btnSignOut-hover.png');
	background-repeat:		no-repeat;
}
a#btnSignOut:active {
	background-image:		url('/img/nav/btnSignOut-active.png');
	background-repeat:		no-repeat;
}
a#btnResumes {
	background-image:		url('/img/nav/btnResumes.png');
	background-repeat:		no-repeat;
}
a#btnResumes:hover {
	background-image:		url('/img/nav/btnResumes-hover.png');
	background-repeat:		no-repeat;
}
a#btnResumes:active {
	background-image:		url('/img/nav/btnResumes-active.png');
	background-repeat:		no-repeat;
}
a#btnAdmin {
	background-image:		url('/img/nav/btnAdmin.png');
	background-repeat:		no-repeat;
}
a#btnAdmin:hover {
	background-image:		url('/img/nav/btnAdmin-hover.png');
	background-repeat:		no-repeat;
}
a#btnAdmin:active {
	background-image:		url('/img/nav/btnAdmin-active.png');
	background-repeat:		no-repeat;
}