#multi-level {height:30px; position: relative; z-index:100;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0px; margin:0px; font-family:Arial, Helvetica, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {
	float:left;
	display: block;position:relative;
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {float:left; height:40px;display:block;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {height:38px; width:102px; background:url(../images/home_btnOn.gif) no-repeat;}
.menu li.p2 {height:38px; width:120px; background:url(../images/about_btnOn.gif) no-repeat;}
.menu li.p3 {height:38px; width:134px; background:url(../images/growers_btnOn.gif) no-repeat;}
.menu li.p4 {height:38px; width:187px; background:url(../images/consumer_btnOn.gif) no-repeat;}
.menu li.p5 {height:38px; width:114px; background:url(../images/recipes_btnOn.gif) no-repeat;}
.menu li.p6 {height:38px; width:143px; background:url(../images/resources_btnOn.gif) no-repeat;}
.menu li.p7 {height:38px; width:139px; background:url(../images/contact_btnOn.gif) no-repeat;}
/* set up the normal unhovered images in the links */
.menu li a#home {height:38px; width:102px; background:url(../images/home_btn.gif) no-repeat;}
.menu li a#about {height:38px; width:120px; background:url(../images/about_btn.gif) no-repeat;}
.menu li a#growers {height:38px; width:134px; background:url(../images/growers_btn.gif) no-repeat;}
.menu li a#consumer {height:38px; width:187px; background:url(../images/consumer_btn.gif) no-repeat;}
.menu li a#recipes {height:38px; width:114px; background:url(../images/recipes_btn.gif) no-repeat;}
.menu li a#resources {height:38px; width:143px; background:url(../images/resources_btn.gif) no-repeat;}
.menu li a#contact {height:38px; width:139px; background:url(../images/contact_btn.gif) no-repeat;}

/* selected images */
.menu li a#homeselected {height:38px; width:102px; background:url(../images/home_btnOn.gif) no-repeat;}
.menu li a#aboutselected {height:38px; width:120px; background:url(../images/about_btnOn.gif) no-repeat;}
.menu li a#growersselected {height:38px; width:134px; background:url(../images/growers_btnOn.gif) no-repeat;}
.menu li a#consumerselected {height:38px; width:187px; background:url(../images/consumer_btnOn.gif) no-repeat;}
.menu li a#recipesselected {height:38px; width:114px; background:url(../images/recipes_btnOn.gif) no-repeat;}
.menu li a#resourcesselected {height:38px; width:143px; background:url(../images/resources_btnOn.gif) no-repeat;}
.menu li a#contactselected {height:38px; width:139px; background:url(../images/contact_btnOn.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;z-index:200;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#growers:hover, .menu li:hover a#grower,
.menu li a#consumer:hover, .menu li:hover a#consumer,
.menu li a#recipes:hover, .menu li:hover a#recipes,
.menu li a#resources:hover, .menu li:hover a#resources,
.menu li a#contact:hover, .menu li:hover a#contact {
	background:transparent;
}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0px; top:30px; background: #ff9933; padding:0px 0px; white-space:nowrap;
width:176px; height:auto;}
.menu :hover ul.sub li {display:block; height:23px; position:relative; float:left; width:90px;}

.menu :hover ul.sub li a {display:block; font-size:11px; height:22px; width:175px; line-height:23px; text-indent:10px; color:#ffffff; text-decoration:none; border-color:#f6eee0; border-style:solid; border-width:1px;}

.menu :hover ul.sub li a.fly {background:#993333;}
.menu :hover ul.sub li a:hover {background:#993333; color:#ffffff;}
.menu :hover ul.sub li a.fly:hover {background:#993333; color:#ffffff;}
.menu :hover ul li:hover > a.fly {background:#993333; color:#ffffff;} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{top:-4px; background:#ffffff; padding:0px 0px; border:1px solid #f6eee0; width:255px; z-index:200; height:auto; z-index:300;}
#consumer p {
	margin: 0px;
	padding: 0px;
}
