/* hdrnav update to make the navigation more accessible */
/* navigation based on the "list" model (<ul> and <li>) */

#hdrnav2 {
	width: 310px;
}
#hdrnav2 ul, #hdrnav2 li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#hdrnav2 li {
	float:left
}
ul.five li {
	width: 62px;
}
ul.six li {
	width: 52px;
}
ul.six li.minus1 {
	width: 51px;
}

#hdrnav2 ul a {
	display: block;
	height: 57px;
	border-left: 1px solid #666666;
	text-indent: -9999px;
}
#hdrnav2 table {
	width: 100%;
}

.rtBorder {
	border-right: 1px solid #666666;
}

a.wishlist:link, a.wishlist:visited {
	background: url(../images/buttons/btn_wishlist1.gif) no-repeat center top;
}
a.wishlist:hover {
	background: url(../images/buttons/btn_wishlist1.gif) no-repeat center bottom;
}

a.contact:link, a.contact:visited {
	background: url(../images/buttons/btn_contact1.gif) no-repeat center top;
}
a.contact:hover {
	background: url(../images/buttons/btn_contact1.gif) no-repeat center bottom;
}

a.help:link, a.help:visited {
	background: url(../images/buttons/btn_help1.gif) no-repeat center top;
}
a.help:hover {
	background: url(../images/buttons/btn_help1.gif) no-repeat center bottom;
}

a.activity:link, a.activity:visited {
	background: url(../images/buttons/btn_activity1.gif) no-repeat center top;
}
a.activity:hover {
	background: url(../images/buttons/btn_activity1.gif) no-repeat center bottom;
}

a.viewCart:link, a.viewCart:visited {
	background: url(../images/buttons/btn_view_cart1.gif) no-repeat center top;
}
a.viewCart:hover {
	background: url(../images/buttons/btn_view_cart1.gif) no-repeat center bottom;
}

a.orders:link, a.orders:visited {
	background: url(../images/buttons/btn_checkout1.gif) no-repeat center top;
}
a.orders:hover {
	background: url(../images/buttons/btn_checkout1.gif) no-repeat center bottom;
}

tr#siteSearch {
	width: 310px;
}

tr#siteSearch td {
	height: 36px;
	background-color: #E0E0E0;
	border-left: 0px;
	border-bottom: 0px;
	margin: 0px;
	padding: 0px;
}
