#header {
	margin: 27px 0 0 0;
}

	#header h1,
	#header div {
		float: left;
		width: 115px;
	}	.ie6 #header h1,
		.ie6 #header div {
			display: inline;
		}
	
		#header * a {
			display: block;
			height: inherit;
			padding-left: 6px;
			text-indent: -9999px;
		}
		#header * a:hover {
			background: transparent url('../img/arrow.gif') no-repeat center left;
		}
		#header * a.sel {
			background: transparent url('../img/arrowSel.gif') no-repeat center left;
		}
		
		#header ul,
		#header ol {
			margin-bottom: 0;
		}
		
			#header ul li {
				height: 16px;
			}
			#header ol li {
				height: 13px;
				margin-bottom: 1px;
			}
			
			.ie6 #header ol li {
				height: 13px;
				line-height: 1px;
				margin-bottom: -6px;
			}
			
			.ie7 #header ol li {
				line-height: 1px;
				margin-bottom: -2px;
			}
			
			.ie6 #header ol li,
			.ie7 #header ol li {zoom:1;}
	
	#header #subnav {
		width: 385px;
	}
	
		#header #subnav div {
			width: 95px;
		}
		
		#header #subnav #careers {
			margin-left: 195px;
		}
		
	#header h1 {
		background: #fff url('../img/headerTag.gif') no-repeat 25px 5px;
		height: 116px;
		width: 240px;
		margin-top: 0;
	}
		
		#header h1 a:hover {
			background: none;
		}
	
	#header h2 {
		height: 16px;
		margin-bottom: 6px;
		margin-top: 0;
		line-height: 16px;
	}
	
	#header h3 {
		height: 16px;
		margin-bottom: 5px;
		margin-top: 0;
		line-height: 16px;
	}
	
		/* Image replacement for nav */		
		div#whoWeAre{ background: url('../img/whoWeAre.gif') no-repeat 6px 0; }
		div#whatWeDo { background: url('../img/whatWeDo.gif') no-repeat 6px 0px; }
		div#whatWereLike { background: url('../img/whatWereLike.gif') no-repeat 6px 0px; }
		div#careers { background: url('../img/careers.gif') no-repeat 5px 0px; }
		div#contact { background: url('../img/contact.gif') no-repeat 5px 0px; }
		
