/* Product Nav Style
--------------------------------------------------------------------------------------- */
#prodnav {
	margin-bottom: 0;
}

#prodnav li {
	text-align: center;
	float: left;
	margin-bottom: 0;
}

#prodnav li a {
	display: block;
	width: 74px;
	padding-top: 76px;
	background: top left;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* ElixirPrintHZ
---------------------------------------------------------- */
#prodnav.ep li {
	margin-right: 70px;
}
#prodnav li.ep50 a {
	background: url(../img/product/ep50-s.jpg) no-repeat;
}
#prodnav li.ep64 a {
	background: url(../img/product/ep64-s.jpg) no-repeat;
}
#prodnav li.ep85 a {
	background: url(../img/product/ep85-s.jpg) no-repeat;
}
#prodnav li.ep130 a {
	background: url(../img/product/ep130-s.jpg) no-repeat;
}

/* Collectable Souvenir Cups
---------------------------------------------------------- */
#prodnav.souv li {
	margin-right: 0;
}
#prodnav li.d1251 a {
	background: url(../img/product/d1251-s.jpg) no-repeat;
}
#prodnav li.f1651 a {
	background: url(../img/product/f1651-s.jpg) no-repeat;
}
#prodnav li.d1651 a {
	background: url(../img/product/d1651-s.jpg) no-repeat;
}
#prodnav li.d1751 a {
	background: url(../img/product/d1751-s.jpg) no-repeat;
}
#prodnav li.d2251 a {
	background: url(../img/product/d2251-s.jpg) no-repeat;
}
#prodnav li.f2251 a {
	background: url(../img/product/f2251-s.jpg) no-repeat;
}
#prodnav li.d3251 a {
	background: url(../img/product/d3251-s.jpg) no-repeat;
}
#prodnav li.g3251 a {
	background: url(../img/product/g3251-s.jpg) no-repeat;
}
#prodnav li.d4451 a {
	background: url(../img/product/d4451-s.jpg) no-repeat;
}
#prodnav li.d6451 a {
	background: url(../img/product/d6451-s.jpg) no-repeat;
}

/* Insulated Graphic Cups
---------------------------------------------------------- */
#prodnav.gc li {
	margin-right: 70px;
}
#prodnav li.gc112 a {
	background: url(../img/product/112gc-s.jpg) no-repeat;
}
#prodnav li.gc116 a {
	background: url(../img/product/116gc-s.jpg) no-repeat;
}
#prodnav li.gc120 a {
	background: url(../img/product/120gc-s.jpg) no-repeat;
}
#prodnav li.gc124 a {
	background: url(../img/product/124gc-s.jpg) no-repeat;
}

/* Thermoform/Disposable Cups
---------------------------------------------------------- */
#prodnav.tform li {
	margin-right: 36px;
}
#prodnav li.t12s a {
	background: url(../img/product/t12s-s.jpg) no-repeat;
}
#prodnav li.t16s a {
	background: url(../img/product/t16s-s.jpg) no-repeat;
}
#prodnav li.t20c a {
	background: url(../img/product/t20c-s.jpg) no-repeat;
}
#prodnav li.t24s a {
	background: url(../img/product/t24s-s.jpg) no-repeat;
}
#prodnav li.t32c a {
	background: url(../img/product/t32c-s.jpg) no-repeat;
}
#prodnav li.t32k a {
	background: url(../img/product/t32k-s.jpg) no-repeat;
}
#prodnav li.t44k {
	margin-right: 0;
}
#prodnav li.t44k a {
	background: url(../img/product/t44k-s.jpg) no-repeat;
}

/* Clear PET Cups
---------------------------------------------------------- */
#prodnav.apc li {
	margin-right: 36px;
}
#prodnav li.apc9 a {
	background: url(../img/product/apc9-s.jpg) no-repeat;
}
#prodnav li.apc10 a {
	background: url(../img/product/apc10-s.jpg) no-repeat;
}
#prodnav li.apc12 a {
	background: url(../img/product/apc12-s.jpg) no-repeat;
}
#prodnav li.apc16 a {
	background: url(../img/product/apc16-s.jpg) no-repeat;
}
#prodnav li.apc20 a {
	background: url(../img/product/apc20-s.jpg) no-repeat;
}
#prodnav li.apc24 a {
	background: url(../img/product/apc24-s.jpg) no-repeat;
}
#prodnav li.apc32 {
	margin-right: 0;
}
#prodnav li.apc32 a {
	background: url(../img/product/apc32-s.jpg) no-repeat;
}

/* ROLLOVER effect
---------------------------------------------------------- */
#prodnav li a:hover, #prodnav li a.current {
	background-position: top right;
	color: #bbb;
}


