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

/* 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:47px;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:47px;
	width:62px;
	background-image: url(../images/homeOn_btn.gif);
	background-repeat: no-repeat;
}
.menu li.p2 {
	height:47px;
	width:65px;
	background-image: url(../images/aboutOn_btn.gif);
	background-repeat: no-repeat;
}
.menu li.p3 {height:47px; width:101px; background:url(../images/farm_standOn_btn.gif) no-repeat;}
.menu li.p4 {height:47px; width:83px; background:url(../images/productsOn_btn.gif) no-repeat;}
.menu li.p5 {height:47px; width:63px; background:url(../images/cropsOn_btn.gif) no-repeat;}
.menu li.p6 {height:47px; width:76px; background:url(../images/recipesOn_btn.gif) no-repeat;}
.menu li.p7 {height:47px; width:154px; background:url(../images/harvest_calendarOn_btn.gif) no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#roses_berry_farm_home {
	height:47px;
	width:62px;
	background-image: url(../images/home_btn.gif);
	background-repeat: no-repeat;
}
.menu li a#about_roses_berry_farm {
	height:47px;
	width:65px;
	background-image: url(../images/about_btn.gif);
	background-repeat: no-repeat;
}
.menu li a#farm_stand {height:47px; width:101px; background:url(../images/farm_stand_btn.gif) no-repeat;}
.menu li a#products {height:47px; width:83px; background:url(../images/products_btn.gif) no-repeat;}
.menu li a#crops {height:47px; width:63px; background:url(../images/crops_btn.gif) no-repeat;}
.menu li a#recipes {height:47px; width:76px; background:url(../images/recipes_btn.gif) no-repeat;}
.menu li a#harvest_calendar {height:47px; width:154px; background:url(../images/harvest_calendar_btn.gif) no-repeat;}

/* selected images */
.menu li a#roses_berry_farm_homeselected {
	height:47px;
	width:62px;
	background-image: url(../images/homeOn_btn.gif);
	background-repeat: no-repeat;
}
.menu li a#about_roses_berry_farmselected {
	height:47px;
	width:65px;
	background-image: url(../images/aboutOn_btn.gif);
	background-repeat: no-repeat;
}
.menu li a#farm_standselected {height:47px; width:101px; background:url(../images/farm_standOn_btn.gif) no-repeat;}
.menu li a#productsselected {height:47px; width:83px; background:url(../images/productsOn_btn.gif) no-repeat;}
.menu li a#cropsselected {height:47px; width:63px; background:url(../images/cropsOn_btn.gif) no-repeat;}
.menu li a#recipesselected {height:47px; width:76px; background:url(../images/recipesOn_btn.gif) no-repeat;}
.menu li a#harvest_calendarselected {height:47px; width:154px; background:url(../images/harvest_calendarOn_btn.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#roses_berry_farm_home:hover, .menu li:hover a#roses_berry_farm_home,
.menu li a#roses_berry_farm_homeselected:hover, .menu li:hover a#roses_berry_farm_homeselected,
.menu li a#about_roses_berry_farmselected:hover, .menu li:hover a#about_roses_berry_farmselected,
.menu li a#about_roses_berry_farm:hover, .menu li:hover a#about_roses_berry_farm,
.menu li a#farm_stand:hover, .menu li:hover a#farm_stand,
.menu li a#farm_standselected:hover, .menu li:hover a#farm_standselected,
.menu li a#products:hover, .menu li:hover a#products,
.menu li a#productsselected:hover, .menu li:hover a#productsselected,
.menu li a#crops:hover, .menu li:hover a#crops,
.menu li a#cropsselected:hover, .menu li:hover a#cropsselected,
.menu li a#recipes:hover, .menu li:hover a#recipes,
.menu li a#recipesselected:hover, .menu li:hover a#recipesselected,
.menu li a#harvest_calendar:hover, .menu li:hover a#harvest_calendar,
.menu li a#harvest_calendarselected:hover, .menu li:hover a#harvest_calendarselected {
	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:-1px;
	top:45px;
	white-space:nowrap;
	width:150px;
	height:auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CC0003;
	border-bottom-color: #CC0003;
	border-left-color: #CC0003;
	background-color: #FFFFFF;
}

.menu :hover     ul.sub   li,.menu :hover   ul.sub1  li,.menu :hover ul.sub2 li {
	display:block;
	height:auto;
	position:relative;
	float:left;
	width:150px;
	background-color: #FFFFFF;
}
.menu :hover     ul.sub   li   a,.menu :hover   ul.sub1  li  a,.menu :hover ul.sub2 li a {
	display:block;
	font-size:11px;
	height:auto;
	width:142px;
	color:#D0090E;
	text-decoration:none;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.menu :hover     ul.sub   li   a.fly,.menu :hover   ul.sub1  li  a.fly,.menu :hover ul.sub2 li a.fly {
	color: #DA293D;
}
.menu :hover       ul.sub    li    a:hover,.menu :hover     ul.sub1   li   a:hover,.menu :hover   ul.sub2  li  a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #C9040B;
}
.menu :hover     ul.sub   li   a.fly:hover,.menu :hover   ul.sub1  li  a.fly:hover,.menu :hover ul.sub2 li a.fly:hover {
	color:#DA293D;
	text-decoration: underline;
}
.menu :hover ul li:hover > a.fly {
	color:#D20B10;
	text-decoration: underline;
	background-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;
	width:150px;
	z-index:200;
	height:auto;
	z-index:300;

.space {
	padding-bottom: 5px;
}

