#shopNav .item_0 a,
#shopNav .item_1 a {
	display: block;
	float: left;
	clear: both;

	padding: 2px 0 0 0;
	margin: 0 0 10px 0;
	color: #ffffff;
	text-decoration: none;
}

#shopNav .item_0 a:hover {
	text-decoration: underline;
}

#shopNav .item_0 a.selected {
	font-weight: bold;
}

#shopNav .item_1 a {
	padding: 2px 0 0 20px;
	font-style: italic;
}

#shopNav .item_1 a:hover {
	text-decoration: underline;
}

#shopNav .item_1 a.selected {
	font-weight: bold;
}
