#nav, #nav ul { /* all lists */
	padding: 20px 0 0 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 143px;
	font-size: 12px;
	background: url(../images/nav_bg_grad.jpg) 0 0 no-repeat;
}

#nav li { /* all list items */
	float : left;
	width: 155px;
	background: url(../images/nav_l1_off.gif) 0 0 no-repeat;
}


#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 145px;
	margin-top : -1.35em;
	height: 300px;
	background: url(../images/nav_bg.jpg) -1px 0 no-repeat;
	width: 145px;
	overflow: hidden;
}

#nav li.consumer-info ul { padding-top: 72px; }
#nav li.products ul { padding-top: 124px; }
#nav li.growing-tomatoes ul { padding-top: 176px; }
#nav li.grower-services ul { padding-top: 227px; height: 170px; }
#nav li.news-amp-media ul { padding-top: 202px; height: 170px; }

#nav li a {
	width: 126px;
	display : block;
	text-decoration : none;
	padding : 0 0 0 17px;
	line-height: 25px;
	z-index: 100;
	color: #000;
	border-bottom: 1px solid #CCC0C0;
}

#nav li a:hover, #nav li.li_selected a,	#nav li:hover a, #nav li.sfhover a {
	background: #fff;
}

#nav li:hover ul li a, #nav li.sfhover ul li a {
	background: none;
}

#nav li ul li, #nav li.li_selected ul li a, #nav li.li_selected ul li { /* 2nd level list items */
	background: none;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: 0px;
	top: 209px;
	z-index: 200;
}

#nav li ul.ul_selected, #nav li.li_selected ul {
	left: 0px;
	top: 209px;
}

/* 2nd level hover state */
#nav li ul li a:hover, #nav li ul li.li_selected a, #nav li ul li.li_selected a:hover {
	background: #EDC6C1;
	color: #f00;
}
