#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:25px;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:25px; width:68px; background:url(../images/home_btnon.gif) no-repeat;}
.menu li.p2 {height:25px; width:69px; background:url(../images/services_btnon.gif) no-repeat;}
.menu li.p3 {height:25px; width:151px; background:url(../images/products_btnon.gif) no-repeat;}
.menu li.p4 {height:25px; width:119px; background:url(../images/grower_btnon.gif) no-repeat;}
.menu li.p5 {height:25px; width:84px; background:url(../images/resources_btnon.gif) no-repeat;}
.menu li.p6 {height:25px; width:86px; background:url(../images/contact_btnon.gif) no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#home {height:25px; width:68px; background:url(../images/home_btn.gif) no-repeat;}
.menu li a#services {height:25px; width:69px; background:url(../images/services_btn.gif) no-repeat;}
.menu li a#products {height:25px; width:151px; background:url(../images/products_btn.gif) no-repeat;}
.menu li a#growers {height:25px; width:119px; background:url(../images/grower_btn.gif) no-repeat;}
.menu li a#resources {height:25px; width:84px; background:url(../images/resources_btn.gif) no-repeat;}
.menu li a#contact {height:25px; width:86px; background:url(../images/contact_btn.gif) no-repeat;}

/* selected images */
.menu li a#homeselected {height:25px; width:68px; background:url(../images/home_btnon.gif) no-repeat;}
.menu li a#servicesselected {height:25px; width:69px; background:url(../images/services_btnon.gif) no-repeat;}
.menu li a#productsselected {height:25px; width:151px; background:url(../images/products_btnon.gif) no-repeat;}
.menu li a#growersselected {height:25px; width:119px; background:url(../images/grower_btnon.gif) no-repeat;}
.menu li a#resourcesselected {height:25px; width:84px; background:url(../images/resources_btnon.gif) no-repeat;}
.menu li a#contactselected {height:25px; width:86px; 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#services:hover, .menu li:hover a#services,
.menu li a#products:hover, .menu li:hover a#products,
.menu li a#growers:hover, .menu li:hover a#growers,
.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:25px;
	padding:0px 0px;
	white-space:nowrap;
	width:176px;
	height:auto;
	background-color: #FFFFFF;
	color: #5C3917;
}
.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:#5C3917;
	text-decoration:none;
	background-color: #FFFFFF;
	border: 1px solid #D5D6D7;
}

.menu :hover ul.sub li a.fly {
	background-color: #FFFFFF;
	color: #5C3917;
}
.menu :hover ul.sub li a:hover {
	color:#5C3917;
	background-color: #FFFFFF;
}
.menu :hover ul.sub li a.fly:hover {
	color:#5C3917;
	background-color: #FFFFFF;
}
.menu :hover ul li:hover > a.fly {
	color:#ffffff;
	background-color: #5C3917;
} 

/* 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;
	color: #5C3917;
}

