/*

	-- -- -- -- -- -- --
	css sprites 2
	nav style

	http://www.alistapart.com/articles/sprites2
	-- -- -- -- -- -- --
	
*/

.nav-animate {
	width: 340px;
	height: 60px;
	background: url(/img/nav.jpg) no-repeat;
	position: relative;
}
.nav li {
	display: inline;
}
.nav a:link, .nav a:visited {
	position: absolute;
	top: 0;
	height: 60px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
	border: none;
}
	.nav .home a:link, .nav .home a:visited {
		left: 0;
		width: 100px;
	}
	.nav .home a:hover, .nav .home a:focus {
		background: url(/img/nav.jpg) no-repeat 0 -60px;
	}
	.nav .home a:active {
		background: url(/img/nav.jpg) no-repeat 0 -120px;
	}
	.current-home .home a:link, .current-home .home a:visited {
		background: url(/img/nav.jpg) no-repeat 0 -180px;
		cursor: default;
	}
	.nav-home, .nav-home-click {
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
		height: 60px;
		background: url(/img/nav.jpg) no-repeat 0 -60px;
	}
	.nav-home-click {
		background: url(/img/nav.jpg) no-repeat 0 -120px;
	}



	.nav .products a:link, .nav .products a:visited {
		left: 100px;
		width: 122px;
	}
	.nav .products a:hover, .nav .products a:focus {
		background: url(/img/nav.jpg) no-repeat -100px -60px;
	}
	.nav .products a:active {
		background: url(/img/nav.jpg) no-repeat -100px -120px;
	}
	.current-products .products a:link, .current-products .products a:visited {
		background: url(/img/nav.jpg) no-repeat -100px -180px;
		cursor: default;
	}
	.nav-products, .nav-products-click {
		position: absolute;
		top: 0;
		left: 100px;
		width: 122px;
		height: 60px;
		background: url(/img/nav.jpg) no-repeat -100px -60px;
	}
	.nav-products-click {
		background: url(/img/nav.jpg) no-repeat -100px -120px;
	}



	.nav .contact a:link, .nav .contact a:visited {
		left: 226px;
		width: 114px;
	}
	.nav .contact a:hover, .nav .contact a:focus {
		background: url(/img/nav.jpg) no-repeat -226px -60px;
	}
	.nav .contact a:active {
		background: url(/img/nav.jpg) no-repeat -226px -120px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(/img/nav.jpg) no-repeat -226px -180px;
		cursor: default;
	}
	.nav-contact, .nav-contact-click {
		position: absolute;
		top: 0;
		left: 226px;
		width: 114px;
		height: 60px;
		background: url(/img/nav.jpg) no-repeat -226px -60px;
	}
	.nav-contact-click {
		background: url(/img/nav.jpg) no-repeat -226px -120px;
	}


																		/* -- overriding ALA style -- */
#content ul.nav {
	padding: 0;
	margin: 2em 0;
}
#content ul.nav li {
	display: inline;
	background: none;
	margin-bottom: 0;
	padding-left: 0;
}
																		/* -- ALA anti-aliasing fix -- */

