
#ubcheader {
	position:relative;
	margin-top: 16px;
	font-size: 12px;
	color: #fff;
	background: #000000;
	height:27px;
	width: 100%;
	overflow: visible;
}
#ubcheader #ubclogo{
	float: left;
	margin-top: -13px;
	margin-left: 13px;
	overflow: visible;
	position: relative;
}
#ubcheader h1 {
	float: left;
	margin-top: 8px;
	font-size: 12px;
	font-weight: normal;
	display: inline;
	margin-left: 10px;
}
#ubcheader ul {
	float: right;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 8px;
	text-align: right;
	background: #000000;
}

#ubcheader ul li {
	display: inline;
}
#ubcheader a {
	text-decoration: none;
	font-size: inherit;
	color: #fff;
	border: 0;
}
#ubcheader ul li a {
	padding: 0 5px 0 5px;
	border-left: 1px solid #fff;
	border-bottom: 0;
}
#ubcheader ul li a.first {	
	border-left: none;
}
#ubcheader a:hover {
	text-decoration: underline;
}


