

#header {
	position: relative;
	width: 955px;
	height: 56px;
	margin: 0;
	padding: 0;
	background-color: #7f8177;
	border-left: 25px solid #a43e31;
}

#headernav {
	position: relative;
	width: 955px;
	height: 40px;
	margin: 0;
	padding: 0;
	background-color: #b5111a;
	border-left: 25px solid #cb5a60;

}

#headernav a {
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FFF;
}

#sfu-logo {
	position: absolute;
	top: 0;
	left: 32px;
	width: 266px;
	height: 41px;
}

#siat-logo {
	position: absolute;
	top: 0;
	left: 636px;
	width: 319px;
	height: 56px;
}

.sfu-header-text {
	color: #FFF;
	margin: 0;
	padding: 0 0 0px 0;
	z-index: 100000;
	/*border-bottom: 1px solid #000;*/
}

.sfu-header-text:hover {
	border-bottom-color: #cb5a60;
	z-index: 20000;
}

#sfu-ca-container {
	position: absolute;
	top: 3px;
	left: 36px;
	height: 22px;
	font-weight: bold;
	font-size: 16px;
}

ul#sfu-ca {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding: 0 0 19px 0;
}

ul#sfu-ca li {
	display: inline;
	margin: 0;
}

ul#sfu-ca a {
	text-decoration: none;
	padding: 0 0 3px 0;
	border-bottom: 12px solid #b5111a;
}

ul#sfu-ca a:hover {
	border-color: #cb5a60;
}

#sfu-locations-container {
	position: absolute;
	top: 4px;
	left: 122px;
	height: 22px;
	font-size: 15px;
}

ul#sfu-locations {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding: 0 0 19px 0;
}

ul#sfu-locations li {
	display: inline;
	margin: 0;
}

ul#sfu-locations a {
	text-decoration: none;
	padding: 0 0 4px 0;
	border-bottom: 12px solid #b5111a;
	font-weight: normal;
}

ul#sfu-locations a:hover {
	border-color: #cb5a60;
}

#header-menu-right-container {
	position: absolute;
	top: 4px;
	left: 565px;
	height: 22px;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

ul#header-menu-right {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding: 0 0 19px 0;
}

ul#header-menu-right li {
	display: inline;
	margin: 0;
}

ul#header-menu-right a {
	text-decoration: none;
	padding: 0 0 4px 0;
	border-bottom: 12px solid #b5111a;
	font-weight: normal;
	color: #FFF;
}

ul#header-menu-right a:hover {
	border-color: #cb5a60;
}

#searchform {
	position: absolute;
	top: 4px;
	right: 30px;
	height: 22px;
	font-size: 15px;
	color: #FFF;
}

#searchform .search input {
	display: inline;
	margin: 0;
	padding: 0;
	width: 98px;
	overflow: hidden;
}

#searchform .searchbutton {
	position: absolute;
	top: 0;

}

.header-divider {
	padding: 0 3px;
	color: #cb5a60;
}


/* DROP DOWN MENU STYLES */
#sfu-online-container {
	position: absolute;
	top: 95px;
	left: 591px;
	background-color: #cb5a60;
	z-index: 10000;
	display: none;
	margin: 0;
	padding: 0;
}

ul.dropdown {
	width: 220px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	white-space: nowrap;
	padding: 0;
}

ul.dropdown li {
	display: block;
	margin: 0;
	padding: 5px 0 7px 0;
}

ul.dropdown a {
	text-decoration: none;
	margin: 0;
	padding: 0px 14px 0 8px;
	font-weight: normal;
	color: #FFF;
	font-size: 15px;
}

ul.dropdown li:hover, li.over {
	background-color: #b5111a;
}

#AtoZ-container {
	position: absolute;
	top: 95px;
	left: 680px;
	width: 220px;
	background-color: #cb5a60;
	z-index: 10000;
	display: none;
	margin: 0;
	padding: 0;
}

ul.AtoZdropdown {
	width: 220px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	white-space: normal;
	padding: 0;
}

ul.AtoZdropdown li {
	display: block;
	float: left;
	margin: 0;
	padding: 3px 0 3px 0;
}

ul.AtoZdropdown a {
	text-decoration: none;
	margin: 0;
	padding: 0 5px 0 8px;
	font-weight: normal;
	color: #FFF;
	font-size: 15px;
}

ul.AtoZdropdown a:hover {
	background-color: #b5111a;
}

#search-container {
	position: absolute;
	top: 95px;
	left: 760px;
	width: 200px;
	background-color: #cb5a60;
	z-index: 10000;
	display: none;
	margin: 0;
	padding: 5px 10px;
	font-weight: normal;
	color: #FFF;
	font-size: 15px;
}
/* END DROP DOWN MENU STYLES */
