I have a site structure as follows
 
	Shirts 
	-- Shirt One 
	-- Shirt Two 
	Shoes 
	-- Shoe One 
	-- Shoe Two
 
	Category 
	-- Spring Summer 
	-- Fall Winter
 
	Each page has a 'category' page field.
 
	I'm trying create a navigation that shows only the child categories as follows:
 
	Shirts 
	-- Spring Summer 
	-- Fall Winter 
	Shoes 
	-- Spring Summer  
	-- Fall Winter
 
	When Shirts -> Spring Summer is clicked i'd see only spring summer shirts. Same for Shoes, you'd only see Spring summer items for shoes.
 
	Help please.