#navigation {
	height: 67px;
	width: 691px;
	position: absolute;
	top: 67px;
	left: 267px;
	background: url(../images/bg-topnav.png);
}

#navigation ul {
	list-style: none;
	/*border: 2px solid #66FFCC;*/
}

#navigation ul li {
	float: left;
	height: 67px;
}

#navigation ul li a {
	height: 67px;
	display: block;
	text-indent: -9999px;
	padding: 0px;
	overflow: hidden;
	/*border: 1px solid #FFF;*/
}

#navigation ul li.home a { width:64px; background: url(../images/topnav-home.png); }
#navigation ul li.about a { width:81px; background: url(../images/topnav-about.png); }
#navigation ul li.leadership a { width:98px; background: url(../images/topnav-leadership.png); }
#navigation ul li.technology a { width:100px; background: url(../images/topnav-technology.png); }
#navigation ul li.products a { width:89px; background: url(../images/topnav-products.png); }
#navigation ul li.partnerships a { width:109px; background: url(../images/topnav-partnerships.png); }
#navigation ul li.news a { width:150px; background: url(../images/topnav-news.png); }