#masthead {
	height: 50px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 auto;
  background: #036 url(../images/masthead_bg.gif) repeat-x top left;
}

#masthead a,
#masthead a:link,
#masthead a:visited {
	color: #fff;
	background: none;
	text-decoration: none;
}

#masthead a:hover,
#masthead a:active {
	background: none;
	text-decoration: underline;
}

#masthead #logo {
	float: left;
	background: transparent url(../images/wvulogo.gif) no-repeat top left;
	display: block;
	height: 50px;
	width: 220px;
}

#masthead #logo span {
	display: none;
}

#masthead ul {
	list-style: none;
	float: right;
	font: normal 11px Arial;
	margin: 8px 0 0 0;
}

#masthead ul li {
	display: inline;
	background: url(../images/bullet.gif) no-repeat right center;
	padding-right: 10px;
	margin-left: 0px;
}

#masthead ul li.last a {
	color: #FFCC00;
}

#masthead ul li.last {
	background-image: none;
}


/*
#masthead ul {
	list-style-type: none;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	float: right;
	margin-top: 8px;
	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;
}
*/