#header {
	height: 30px;
}
#header .inner {
	position: relative;
}
#topnav {
	float: right;
	padding-top: 10px;
}
#search_form {
	margin: 0;
	padding: 10px 0 0;
	position: absolute;
	right: 0;
	top: -4px;
}
#topnav, #search_form span { display: none; }
#peoplenav {
	left: 50%;
	margin-left: -480px;
	position: absolute;
	top: 2px;
	width: 960px;
	z-index: 90;
}
#peoplenav ul {
	float: left;
	left: 160px;
	padding: 0;
	position: relative;
	top: 10px;
}
#peoplenav a {
	padding: 0 18px;
}
#peoplenav #logolink {
	background: url(../images/michigantech-logo.png) no-repeat left center;
	height: 26px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 6px;
	width: 135px;
}