@charset "utf-8";
/* CSS Document */
#sub-nav {
	background:url(../images/menus/healthy-eating/bg.gif) bottom left no-repeat;
}
	a.subitem1 {
		width:233px;
	}
	
		a.subitem1:hover {
			background:url(../images/menus/healthy-eating/subitem1.gif);
		}
	
	a.subitem2 {
		width:124px;
	}
	
		a.subitem2:hover {
			background:url(../images/menus/healthy-eating/subitem2.gif);
		}
	a.subitem3 {
		width:171px;
	}
	
		a.subitem3:hover {
			background:url(../images/menus/healthy-eating/subitem3.gif);
		}

