#navigation{
	position:relative;
	top:78px;
	padding:0 0 160px;
	width:100%;
	height:50px;
	overflow:hide;
}

#navigation ul{
	margin: 0;
	padding: 0;
	width:10px;
}

#navigation li {
	float:left;
	margin: 0;
	padding: 0 18px 0 0;
	list-style: none;
}

#navigation li a{
	display:block;
	text-indent:-9999px;
}

li#navlogo a{
	display:block;
	text-indent:0;
}

#navigation li ul li{
	float: none;
	position:relative;
}

#navigation img{
	border:0 none;
	vertical-align:top;
}

.submenu{
	position:absolute;
	top:30px;
}

#navabout{
	left:241px;
}

#navabout a{
	position:relative;
	display:block;
}

#navsolutions{
	left:352px;
}

/* sprites for navigation */

#navabout a.hasSubNav{
	background: url(/img/nav/about_s.png) 0px 0px no-repeat;
	height:22px;
	width:92px;
}
#navleadership a{
	background: url(/img/nav/leadership_s.png) 0px 0px no-repeat;
	height:22px;
	width:119px;
}
#navresources a{
	background: url(/img/nav/resources_s.png) 0px 0px no-repeat;
	height:22px;
	width:118px;
}
#navprivacy a{
	background: url(/img/nav/privacy_s.png) 0px 0px no-repeat;
	height:22px;
	width:172px;
}
#navsolutions a.hasSubNav{
	background: url(/img/nav/solutions_s.png) 0px 0px no-repeat;
	height:22px;
	width:118px;
}
#navrfi a{
	background: url(/img/nav/rfi_s.png) 0px 0px no-repeat;
	height:22px;
	width:118px;
}
#navinnovation a{
	background: url(/img/nav/innovation_s.png) 0px 0px no-repeat;
	height:22px;
	width:156px;
}
#navnewsroom a{
	background: url(/img/nav/newsroom_s.png) 0px 0px no-repeat;
	height:22px;
	width:126px;
}
#navcareers a{
	background: url(/img/nav/careers_s.png) 0px 0px no-repeat;
	height:22px;
	width:101px;
}
#navcontact a{
	background: url(/img/nav/contact_s.png) 0px 0px no-repeat;
	height:22px;
	width:108px;
}
#navabout a.hasSubNav:hover, #navabout_on{
	background: url(/img/nav/about_s.png) 0 -22px no-repeat;
	height:22px;
	width:92px;
}
#navleadership a:hover, #navleadership_on{
	background: url(/img/nav/leadership_s.png) 0 -22px no-repeat;
	height:22px;
	width:119px;
}
#navresources a:hover, #navresources_on{
	background: url(/img/nav/resources_s.png) 0 -22px no-repeat;
	height:22px;
	width:118px;
}
#navprivacy a:hover, #navprivacy_on{
	background: url(/img/nav/privacy_s.png) 0 -22px no-repeat;
	height:22px;
	width:172px;
}
#navsolutions a.hasSubNav:hover, #navsolutions_on{
	background: url(/img/nav/solutions_s.png) 0 -22px no-repeat;
	height:22px;
	width:118px;
}
#navrfi a:hover, #navrfi_on{
	background: url(/img/nav/rfi_s.png) 0 -22px no-repeat;
	height:22px;
	width:118px;
}
#navinnovation a:hover, #navinnovation_on{
	background: url(/img/nav/innovation_s.png) 0 -22px no-repeat;
	height:22px;
	width:156px;
}
#navnewsroom a:hover, #navnewsroom_on{
	background: url(/img/nav/newsroom_s.png) 0 -22px no-repeat;
	height:22px;
	width:126px;
}
#navcareers a:hover, #navcareers_on{
	background: url(/img/nav/careers_s.png) 0 -22px no-repeat;
	height:22px;
	width:101px;
}
#navcontact a:hover, #navcontact_on{
	background: url(/img/nav/contact_s.png) 0 -22px no-repeat;
	height:22px;
	width:108px;
}