@charset "utf-8";
ul#productnav {
	overflow: hidden;
	position: relative;
	height: 40px;
	width: 700px;
	list-style-type: none;
	top: -10px;
	left: -40px;
}
ul#productnav li a {
	text-decoration: none;
	background-image: url(../images/ProductNav.png);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	background-color: transparent;
	display: block;
}
ul#productnav li {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
li#shophome a {
	height: 40px;
	width: 110px;
}
li#shophome a:link, li#shophome a:visited {
	background-position: 0px 0px;
}
li#shophome a:hover, li#shophome a:focus {
	background-position: 0px -40px;
}
li#products a {
	height: 40px;
	width: 160px;
}
li#products a:link, li#products a:visited {
	background-position: -110px 0px;
}
li#products a:hover, li#products a:focus {
	background-position: -110px -40px;
}
li#giftcard a {
	height: 40px;
	width: 170px;
}
li#giftcard a:link, li#giftcard a:visited {
	background-position: -270px 0px;
}
li#giftcard a:hover, li#giftcard a:focus {
	background-position: -270px -40px;
}
li#faqs a {
	height: 40px;
	width: 120px;
}
li#faqs a:link, li#faqs a:visited {
	background-position: -440px 0px;
}
li#faqs a:hover, li#faqs a:focus {
	background-position: -440px -40px;
}
li#cart a {
	height: 40px;
	width: 140px;
}
li#cart a:link, li#cart a:visited {
	background-position: -560px 0px;
}
li#cart a:hover, li#cart a:focus {
	background-position: -560px -40px;
}
body#shophomePage ul#productnav li#shophome a {
	background-position: 0px -40px;
}
body#shophomePage ul#nav li#store a {
	background-position: -596px -126px;
}
body#productsPage ul#productnav li#products a {
	background-position: -110px -40px;
}
body#productsPage ul#nav li#store a {
	background-position: -596px -126px;
}
body#giftcardPage ul#productnav li#giftcard a {
	background-position: -270px -40px;
}
body#giftcardPage ul#nav li#store a {
	background-position: -596px -126px;
}
body#faqsPage ul#productnav li#faqs a {
	background-position: -440px -40px;
}
body#faqsPage ul#nav li#store a {
	background-position: -596px -126px;
}