li#li_women {
	width: 72px;
	background: url(../images/nav_women_over.gif) no-repeat top left;
}
li#li_men {
	width: 54px;
	background: url(../images/nav_men_over.gif) no-repeat top left;
}
li#li_essentials {
	width: 108px;
	background: url(../images/nav_essentials_over.gif) no-repeat top left;
}
li#li_weight {
	width: 94px;
	background: url(../images/nav_weight_over.gif) no-repeat top left;
}
li#li_skin {
	width: 108px;
	background: url(../images/nav_skin_over.gif) no-repeat top left;
}
li#li_longevity {
	width: 80px;
	background: url(../images/nav_longevity_over.gif) no-repeat top left;
}
li#li_stress {
	width: 153px;
	background: url(../images/nav_stress_over.gif) no-repeat top left;
}


div#lifestylenav ul li a {
	display: block;
	width: 100%;
	height: 100%;
}


li#li_women a {
	background: url(../images/nav_women.gif) no-repeat top left;
}
li#li_men a {
	background: url(../images/nav_men.gif) no-repeat top left;
}
li#li_essentials a {
	background: url(../images/nav_essentials.gif) no-repeat top left;
}
li#li_weight a {
	background: url(../images/nav_weight.gif) no-repeat top left;
}
li#li_skin a {
	background: url(../images/nav_skin.gif) no-repeat top left;
}
li#li_longevity a {
	background: url(../images/nav_longevity.gif) no-repeat top left;
}
li#li_stress a {
	background: url(../images/nav_stress.gif) no-repeat top left;
}

div#lifestylenav ul li a:hover {
	background: none;
}	


