#header {
	position:					fixed;
	top:						-300px;
	width: 						960px;
	height:						168px;
	margin-left: 				auto;
	margin-right: 				auto;
	
	background:					url(../img/header_bg.png) 0 0 no-repeat;
	z-index:					9999;
	
}

#nav {
	position:					relative;
	top:						0px;	
}

#logo {
	position:					relative;
	top:						15px;
}

#nav ul {
	position:					absolute;
	top:						21px;
	right:						33px;
	
}

#nav ul li {
	list-style:					none;
	float:						left;
}

.navItem {
	position:					relative;	
}