/*********** Top nav section ****************/
#productsnav_main {
	display: block;
}

#productsnav_main ul {
	list-style-type: none; /* Hides the normal UL bullets */
	padding: 0px;
}

#productsnav_main ul li {
	float: left;
	display: inline;
}

#productsnav_main ul#productsnav_ul {
	float: left;
	margin-left: 10px; /* Set the left margin of the UL portion of the top nav. The higher the number, the farther to the right it will start */
	display: inline;
	font-size: 0px;
}

#productsnav_main ul#productsnav_ul a {
	display: block;
	height: 12px;  /* Gives the UL A block some height - it wouldn't show up on the page without this */
}

#productsnav_main ul#productsnav_ul a span { 
	display: none; /* Hides the text portion of the link */
}
#productsnav_main ul#productsnav_ul li .fresh_clean {
	background: url('/en_CA/images/products/subnav/sub_fresh_off.gif') no-repeat center top;
	width: 100px;
}
#productsnav_main ul#productsnav_ul li .fresh_clean a {
	width: 100px;
}
#productsnav_main ul#productsnav_ul li .fresh_clean:hover {
	background: url('/en_CA/images/products/subnav/sub_fresh_on.gif') no-repeat center top;
}

#productsnav_main ul#productsnav_ul li .free_and_gentle {
	background: url('/en_CA/images/products/subnav/sub_free_off.gif') no-repeat center top;
	width: 120px;
}
#productsnav_main ul#productsnav_ul li .free_and_gentle a {
	width: 120px;
}
#productsnav_main ul#productsnav_ul li .free_and_gentle:hover {
	background: url('/en_CA/images/products/subnav/sub_free_on.gif') no-repeat center top;
}

#productsnav_main ul#productsnav_ul li .high_efficiency {
	background: url('/en_CA/images/products/subnav/sub_high_off.gif') no-repeat center top;
	width: 120px;
}
#productsnav_main ul#productsnav_ul li .high_efficiency a {
	width: 120px;
}
#productsnav_main ul#productsnav_ul li .high_efficiency:hover {
	background: url('/en_CA/images/products/subnav/sub_high_on.gif') no-repeat center top;
}

#productsnav_main ul#productsnav_ul li .for_darks {
	background: url('/en_CA/images/products/subnav/sub_darks_off.gif') no-repeat center top;
	width: 120px;
}
#productsnav_main ul#productsnav_ul li .for_darks a {
	width: 120px;
}
#productsnav_main ul#productsnav_ul li .for_darks:hover {
	background: url('/en_CA/images/products/subnav/sub_darks_on.gif') no-repeat center top;
}

#productsnav_main ul#productsnav_ul li .bleach_alternative {
	background: url('/en_CA/images/products/subnav/sub_bleach_off.gif') no-repeat center top;
	width: 120px;
}
#productsnav_main ul#productsnav_ul li .bleach_alternative a {
	width: 120px;
}
#productsnav_main ul#productsnav_ul li .bleach_alternative:hover {
	background: url('/en_CA/images/products/subnav/sub_bleach_on.gif') no-repeat center top;
}

#productsnav_main ul#productsnav_ul li .bounce_fresh {
	background: url('/en_CA/images/products/subnav/sub_bounce_off.gif') no-repeat center top;
	width: 150px;
}
#productsnav_main ul#productsnav_ul li .bounce_fresh a {
	width: 150px;
}
#productsnav_main ul#productsnav_ul li .bounce_fresh:hover {
	background: url('/en_CA/images/products/subnav/sub_bounce_on.gif') no-repeat center top;
}

#productsnav_main ul#productsnav_ul li .divider {
	background: url('/en_CA/images/topnav/nav_divder.gif') no-repeat center top;
	width: 2px;
}
#productsnav_main ul#productsnav_ul li .divider a {
	width: 2px;
}