#ByuBar {
	background-color: #33496d;
	color: #ffffff;
	height: 2.5em;
	width: inherit;
  overflow:hidden;
}
	#ByuBar img {
		border: 0em;
		padding: .5em 0em 0em 1em
	}
	#ByuBar a {
		color: #ffffff;
		white-space: nowrap;
		padding: 0em .2em;
	}
	#ByuBar a:hover {
		color: #919eac;
	}
	#ByuBar .ByuTitle {
		float: left;
		overflow: hidden;
		padding: 0em;
	}
	.department #ByuBar .ByuTitle img,
	.infoPage #ByuBar .ByuTitle img,
	.application #ByuBar .ByuTitle img {
		width: 26.9em;
		height: 1.7em;
	}

#ParentDepartment {
	float: left;
	padding: .5em 0em 0em 1em;
	width: 30.5em;
	overflow: hidden;
}

#ParentDepartment a {
	background: url(../images/titleDivider.gif) top left no-repeat;
	padding-left: .8em;
	font-size: 1.3em;
	font-family: Times New Roman;
}

#ByuBarLinks {
	float: right;
	padding: .6em .3em 0em 0em;
}
	#ByuBarLinks a#PortalLink {
		font-weight: bold;
		display: none;
	}
	#ByuBarLinks a#PortalLink:hover {
		color: #DE7C19;
	}
	#ByuBarLinks a#PortalLink.authenticated {
		text-indent: -900em;
		display: block;
		float: left;
		background: url(../images/buttonSignoutUp.gif) top left no-repeat;
		width: 7.2em;
		height: 1.8em;
		border: .1em solid #ffffff;
		margin: -.3em -.3em 0em 0em;
	}
	.ie6 #ByuBarLinks a#PortalLink.authenticated {
		margin: -.3em -.6em 0em 0em;
	}
	#ByuBarLinks a#PortalLink.authenticated:hover {
		border-color: #dfdfdf;
	}

#ByuBarSearch {
	float : right;
	white-space: nowrap;
	color: #ffffff;
	padding: .3em .3em 0em 0em;
}
	#ByuBarSearch input {
		font-size:10px;
		width: 111px;
	}
	.safari #ByuBarSearch input,
	.ie #ByuBarSearch input {
		float: left;
		font-size: .9em;
	}
	.safari #ByuBarSearch label,
	.ie #ByuBarSearch label {
		float: left;
		padding: .3em .3em 0em 0em;
	}