@charset "UTF-8";

/* Nav at bottom of index */
.hidden {
	display: none;
}

.foundationBanner {
	clear: left;
}

.bottomNav .category {
	float: left;
	width: 200px;
	margin: 10px 10px 30px 10px;
}

.bottomNav .category ul {
	font-size: 12px;
	list-style: none;
	line-height: 16px;
	padding-left: 15px;
	margin: 5px 0 0 0;
}

.bottomNav .category a.title {
	display: block;
	width: 192px;
	height: 40px;
	overflow: hidden;
}
.bottomNav .category a.title:hover {
	background-position: 0 -40px;
}

.bottomNav .vitaminsSupplements .title {
	background: url("/drw/ecs/images/nav_vitamins.gif") no-repeat 0 0;
}
.bottomNav .healthyFoods .title {
	background: url("/drw/ecs/images/nav_healthy.gif") no-repeat 0 0;
}
.bottomNav .personalCare .title {
	background: url("/drw/ecs/images/nav_personal.gif") no-repeat 0 0;
}
.bottomNav .booksCdsDvds .title {
	background: url("/drw/ecs/images/nav_books.gif") no-repeat 0 0;
}
.bottomNav .subscriptionWebsites .title {
	background: url("/drw/ecs/images/nav_subscription.gif") no-repeat 0 0;
}
.bottomNav .likeMindedPractitioners .title {
	background: url("/drw/ecs/images/nav_like.gif") no-repeat 0 0;
}