#masthead-wrap {
	padding: 40px 0 0 0;
}

#masthead {
	margin: 0 auto;
	width: 960px;
	height: 31px;
	background: #fff url(/images/masthead.png) center left no-repeat;
}

#masthead h1 {
	margin: 0;
	display: inline;
}

#masthead #masthead-logo a {
	width: 205px;
	height: 31px;
	float: left;
	display: inline;
}

#masthead #masthead-logo span {
	display: none;
}

#masthead #masthead-links {
	width: 430px;
	height: 31px;
	float: left;
	display: inline;
}

#masthead #masthead-links ul {
	margin: 0;
	padding: 0;
}

#masthead #masthead-links ul li {
	display: block;
	float: left;
	display: inline; /* IE6 */
}

#masthead #masthead-links ul li a {
	display: block;
	width: 112px;
	height: 31px;
	text-decoration: none;
	color: #4d4d4d;
	text-align: center;
}

#masthead #masthead-links ul li a span {
	display: block;
	padding: 9px 0 0 0;
	font-size: 8pt;
}

#masthead #masthead-links ul li a:hover span {
	color: #224e8e;
}
