div#lifestylenav {
	width: 670px;
}

li#li_women {
	width: 98px;
	background: url(../images/nav_us_women_over.gif) no-repeat top left;
}
li#li_men {
	width: 79px;
	background: url(../images/nav_us_men_over.gif) no-repeat top left;
}
li#li_essentials {
	width: 110px;
	background: url(../images/nav_us_essentials_over.gif) no-repeat top left;
}
li#li_weight {
	width: 145px;
	background: url(../images/nav_us_weight_over.gif) no-repeat top left;
}
li#li_skin {
	width: 133px;
	background: url(../images/nav_us_skin_over.gif) no-repeat top left;
}
li#li_longevity {
	width: 105px;
	background: url(../images/nav_us_longevity_over.gif) no-repeat top left;
}
li#li_stress {
	width: 153px;
	background: url(../images/nav_us_stress_over.gif) no-repeat top left;
}


div#lifestylenav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
}


li#li_women a {
	background: url(../images/nav_us_women.gif) no-repeat top left;
}
li#li_men a {
	background: url(../images/nav_us_men.gif) no-repeat top left;
}
li#li_essentials a {
	background: url(../images/nav_us_essentials.gif) no-repeat top left;
}
li#li_weight a {
	background: url(../images/nav_us_weight.gif) no-repeat top left;
}
li#li_skin a {
	background: url(../images/nav_us_skin.gif) no-repeat top left;
}
li#li_longevity a {
	background: url(../images/nav_us_longevity.gif) no-repeat top left;
}
li#li_stress a {
	background: url(../images/nav_us_stress.gif) no-repeat top left;
}

div#lifestylenav ul li a:hover {
	background: none;
}	


