#home-products {
	margin: 0;
	padding: 0 0 8px 0;
	background: #ddd;
	-moz-border-radius: 8px;
}

#home-products ul {
	margin: 0;
	padding: 0 0 0 8px;
	height: 148px;
}

#home-products ul li {
	display: block;
	width: 138px;
	height: 148px;
	float: left;
	margin: 0 6px;
	padding: 0;
}


#home-products ul li a {
	margin: 0;
	display: block;
	width: 138px;
	height: 148px;
	background-image: url(/images/home-products.gif);
}

#home-products ul li a span {
	display: none;
}

#home-products ul li#home-products-history {
	margin-left: 0;
}

#home-products ul li#home-products-training {
	margin-right: 0;
}

#home-products ul li#home-products-history a {
	margin-left: 0;
	background-image: url(/images/home-products-history.gif);
}

#home-products ul li#home-products-contracts a {
	background-image: url(/images/home-products-contracts.gif);
}

#home-products ul li#home-products-training a {
	margin-right: 0;
	background-image: url(/images/home-products-training.gif);
}
