/* Top Menu Styles */

#top-container ul {
	margin: 0 0 0 328px;
	list-style-type: none;
}

#top-container li {
	float: left;
}

#top-container li a {
	float: left;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
	height: 10px;
}


li#home a {
	width: 66px;
	background: url(../../images/menu/home-white.gif) no-repeat;
}

li#home, li#home a:hover {
	background: url(../../images/menu/home-blue.gif) no-repeat;
}

li#about a {
	width: 72px;
	background: url(../../images/menu/about-white.gif) no-repeat;
}

li#about, li#about a:hover {
	background: url(../../images/menu/about-blue.gif) no-repeat;
}

li#products a {
	width: 92px;
	background: url(../../images/menu/products-white.gif) no-repeat;
}

li#products, li#products a:hover {
	background: url(../../images/menu/products-blue.gif) no-repeat;
}

li#client-industries a {
	width: 143px;
	background: url(../../images/menu/client-industries-white.gif) no-repeat;
}

li#client-industries, li#client-industries a:hover {
	background: url(../../images/menu/client-industries-blue.gif) no-repeat;
}

li#contact a {
	width: 73px;
	background: url(../../images/menu/contact-white.gif) no-repeat;
}

li#contact, li#contact a:hover {
	background: url(../../images/menu/contact-blue.gif) no-repeat;
}