#masthead {
	height: 50px;
	width: 980px;
	overflow: hidden;
	float: left;
	background-color: #003366;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-x;
}
#masthead a {
	color: #FFFFFF;
	text-decoration: none;
}
#masthead span {
	float: left;
	text-indent: -3000px;
	background-image: url(images/wvulogo.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 230px;
	overflow: hidden;
}
#masthead span a {
	display: block;
	line-height: 50px;
}
#masthead ul {
	list-style-type: none;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#masthead ul li {
	float: left;
	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;
}

