.header {
	background: #FFF url(/images/homepageimages/headerBackground1.jpg) repeat-x;
}
#iconBar {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0; right: 5px;
	margin-top: -10px;
	background: transparent;
}
#iconBar a:link, #iconBar a:visited {
	color: #330066;
}
#iconBar a:hover {
	color: #A00A0A;
}
.globalNav {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 46px;
	left: 140px;		
}
.globalNav ul, .globalNav li {
	display: inline;
}
.globalNav a:link, .globalNav a:visited, .globalNav a:active { 
    font: 13px Arial, Helvetica, sans-serif;
	color: #FFF;
 	background: #330066 url(images/tab_left2u.gif) left bottom no-repeat;
	padding-left: 8px;
	text-decoration: none;
}
.globalNav span {
	background: #330066 url(images/tab_right2u.gif) right bottom no-repeat;
    padding-right: 8px;
}
.globalNav a:hover { 
	color: #330066; 
	background-color: #bdc2cc;
}
.globalNav a:hover span { 
	background-color: #bdc2cc;
}
.navSearch {
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
	position: absolute;
	top: 60px;
	right: 5%;
}
.navSearchButton {
	background: #A00A0A;
	color: #FFF;
	border-style: none;
	font: .8em Arial, Helvetica, sans-serif;
}
#searchCell {
	background: #9CA2AE url(/images/homepageimages/images/headerShim.gif);
}
.navToprow a:link, .navToprow a:visited, .navToprow a:active {
	color: #330066;
	background: #bdc2cc url(images/tab_left2.gif) left top no-repeat;
	font-size: .8em;
	padding-left: 8px;
	text-decoration: none;
	margin-left: 3px;
	vertical-align: bottom;
}
.navToprow span {
	background: #bdc2cc url(images/tab_right2.gif) right top no-repeat;
	padding-right: 8px;
}
.selectedTab, .unselectedTab {
	display: inline;
}
.selectedTab a:link, .selectedTab a:visited, .selectedTab span {
	color: #FFF;
	background-color: #A00A0A;
}
.bottomTab {
	display: none;
	color: #FFF;
	font-size: 13px;
}
.bottomTab a:link, .bottomTab a:visited, .bottomTab a:active { 
	color: #FFF; 
}
#navBottomrow {
	background: #a00a0a;
}

