#masthead {
	background-image: url(images/headback.gif);
	background-repeat: repeat-x;
	height: 50px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	width: 960px;
}
#header h1 {
	text-indent: -3000px;
}
#masthead a {
	color: #FFFFFF;
	text-decoration: none;
}

#masthead span {
	float: left;
	text-indent: -3000px;
	background-image: url(images/wvu_logo.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 240px;
	overflow: hidden;
}
#masthead span a {
	display: block;
	line-height: 60px;
}
#masthead ul {
	list-style-type: none;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#masthead ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bullet.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
}
#masthead ul li.last a {
	color: #FFCC00;
}
#masthead ul li.last {
	background-image: none;
}

