#myshopNav li.n-tab {
	display: inline;
	margin: 0;
	padding:0;
}
#myshopNav li.n-tab a {
	float:left;
	background: transparent url("/images/n-tab-left.png") left top no-repeat;
	background-position: 0% 0%;
	margin: 0 0 0 1px;
	padding: 0;
	text-decoration:none;
	color: #fff481;
}
#myshopNav li.n-tab a span, #myshopNav #current span {
	font-weight: bold;
	float: left;
	display: block;
	background: transparent url("/images/n-tab-right.png") right top no-repeat;
	padding: 5px 16px 9px 16px;
}
/* hide from Mac IE5 \*/
#myshopNav li.n-tab a span {float:none;}
/* end hack */

#myshopNav li.n-tab a:hover {
	font-weight: bold;
	background-position:0% -28px; }
#myshopNav li.n-tab a:hover span {
	font-weight: bold;
	color: #82a92b;
	background-position:100% -28px;
}

#mySwatNav li.n-tab {
	display: inline;
	margin: 0;
	padding:0;
}
#mySwatNav li.n-tab a {
	float:left;
	background: transparent url("/images/n-tab-left.png") left top no-repeat;
	background-position: 0% 0%;
	margin: 0 0 0 1px;
	padding: 0;
	text-decoration:none;
	color: #fff481;
}
#mySwatNav li.n-tab a span, #mySwatNav #current span {
	font-weight: bold;
	float: left;
	display: block;
	background: transparent url("/images/n-tab-right.png") right top no-repeat;
	padding: 5px 16px 9px 16px;
}
/* hide from Mac IE5 \*/
#mySwatNav li.n-tab a span {float:none;}
/* end hack */

#mySwatNav li.n-tab a:hover {
	font-weight: bold;
	background-position:0% -28px; }
#mySwatNav li.n-tab a:hover span {
	font-weight: bold;
	color: #82a92b;
	background-position:100% -28px;
}