/*  Vertical Menu  */
#natures-wealth-health-food-store-body-left  {
	width: 24%;
	position: relative;
	}
#natures-wealth-health-food-store-product-list  {
	width: 14em;
	margin-top: .3em;
	padding: 0 .1em;
	font-size: 1em;
	text-align: left;
	border-top: solid #000000 1px;
	border-right: outset #000000 2px;
	border-bottom: outset #000000 2px;	
	/*background-color: #86CC56;*/
	background-color: #B9ED76;
	}
#natures-wealth-health-food-store-product-list h3  {
	margin-top: .2em;
	margin-bottom: 0;
	padding: 0;
	border-bottom: solid #000000 1px;
	font-size: 1.2em;
	cursor: default;
	text-align: center;
	}
#natures-wealth-health-food-store-product-list ul  {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	}
#natures-wealth-health-food-store-product-list li  {
	display: block;
	height: 1%;
	position: relative;
	border-bottom: solid #000000 1px;
	}
#natures-wealth-health-food-store-product-list a.category-header  {
	cursor: default;
	}
#natures-wealth-health-food-store-product-list a  {
	display: block;
	margin-top: 0;
	padding: .1em .1em;
	height: auto;
	/*width: 100%; /* IE */
	height: 1%; /* IE */
	text-decoration: none;
	color: #000000;	
	}
/* #natures-wealth-health-food-store-product-list a[title]  {
	display: none;
	} */
div#natures-wealth-health-food-store-product-list a:hover  {
	color: #9900CC;
	}
div#natures-wealth-health-food-store-product-list li,
div#natures-wealth-health-food-store-product-list li:hover,
div#natures-wealth-health-food-store-product-list li.iehover  {
	height: auto;
	position: relative;
	border-top: solid #000000 1px;
	}
div#natures-wealth-health-food-store-product-list li ul  {
	position: absolute;
	top: 0;
	left: 95%;
	}
div#natures-wealth-health-food-store-product-list ul ul,
div#natures-wealth-health-food-store-product-list ul ul ul,
div#natures-wealth-health-food-store-product-list ul li:hover ul ul,
div#natures-wealth-health-food-store-product-list ul li.iehover ul ul,
div#natures-wealth-health-food-store-product-list ul li:hover ul ul ul,
div#natures-wealth-health-food-store-product-list ul li.iehover ul ul ul  {
	display: none;
	}
div#natures-wealth-health-food-store-product-list ul li:hover ul,
div#natures-wealth-health-food-store-product-list ul li.iehover ul,
div#natures-wealth-health-food-store-product-list ul ul li:hover ul,
div#natures-wealth-health-food-store-product-list ul ul li.iehover ul,
div#natures-wealth-health-food-store-product-list ul ul ul li:hover ul,
div#natures-wealth-health-food-store-product-list ul ul ul li.iehover ul  {
	display: block;
	width: 18em;
	height: auto;
	border-right: outset #000000 2px;
	border-left: solid #000000 1px;	
	/*background-color: #86CC56;*/
	background-color: #B9ED76;
	}
