#multi-level {height:34px; 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:34px;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:34px; width:68px; background:url("../images/home_btnon.gif") no-repeat;}
.menu li.p2 {height:34px; width:93px; background:url("../images/aboutus_btnon.gif") no-repeat;}
.menu li.p3 {height:34px; width:68px; background:url("../images/Menu_btnon.gif") no-repeat;}
.menu li.p4 {height:34px; width:107px; background:url("../images/gluten_btnon.gif") no-repeat;}
.menu li.p5 {height:34px; width:62px; background:url("../images/news_btnon.gif") no-repeat;}
.menu li.p6 {height:34px; width:77px; background:url("../images/friends_btnon.gif") no-repeat;}
.menu li.p7 {height:34px; width:94px; background:url("../images/store_btnon.gif") no-repeat;}
.menu li.p8 {height:34px; width:85px; background:url("../images/catering_btnon.gif") no-repeat;}
.menu li.p9 {height:34px; width:77px; background:url("../images/events_btnon.gif") no-repeat;}
.menu li.p10 {height:34px; width:77px; background:url("../images/events_btnon.gif") no-repeat;}
.menu li.p11 {height:34px; width:52px; background:url("../images/info_btnon.gif") no-repeat;}
.menu li.p12 {height:34px; width:137px; background:url("../images/oo_btn.jpg") no-repeat;}
.menu li.p13 {height:34px; width:137px; background:url("../images/order-delivery_btn.jpg") no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#home {height:34px; width:68px; background:url("../images/home_btn.gif") no-repeat;}
.menu li a#about {height:34px; width:93px; background:url("../images/aboutus_btn.gif") no-repeat;}
.menu li a#menu {height:34px; width:68px; background:url("../images/Menu_btn.gif") no-repeat;}
.menu li a#specials {height:34px; width:107px; background:url("../images/gluten_bt.gif") no-repeat;}
.menu li a#wine {height:34px; width:62px; background:url("../images/news_btn.gif") no-repeat;}
.menu li a#info {height:34px; width:77px; background:url("../images/friends_btn.gif") no-repeat;}
.menu li a#store {height:34px; width:94px; background:url("../images/store_btn.gif") no-repeat;}
.menu li a#catering {height:34px; width:85px; background:url("../images/catering_btn.gif") no-repeat;}
.menu li a#events {height:34px; width:77px; background:url("../images/events_btn.gif") no-repeat;}
.menu li a#events {height:34px; width:77px; background:url("../images/events_btn.gif") no-repeat;}
.menu li a#inf {height:34px; width:52px; background:url("../images/info_btn.gif") no-repeat;}
.menu li a#oo {height:34px; width:137px; background:url("../images/oo_btn.jpg") no-repeat;}
.menu li a#order-delivery {height:34px; width:137px; background:url("../images/order-delivery_btn.jpg") no-repeat;}

/* selected images */
.menu li a#homeselected {height:34px; width:68px; background:url("../images/home_btnon.gif") no-repeat;}
.menu li a#aboutselected {height:34px; width:93px; background:url("../images/aboutus_btnon.gif") no-repeat;}
.menu li a#menuselected {height:34px; width:68px; background:url("../images/Menu_btnon.gif") no-repeat;}
.menu li a#specialsselected {height:34px; width:107px; background:url("../images/gluten_btnon.gif") no-repeat;}
.menu li a#wineselected {height:34px; width:123px; background:url("../images/press_btnon.gif") no-repeat;}
.menu li a#infoselected {height:34px; width:77px; background:url("../images/friends_btnon.gif") no-repeat;}
.menu li a#storeselected {height:34px; width:94px; background:url("../images/store_btnon.gif") no-repeat;}
.menu li a#cateringselected {height:34px; width:85px; background:url("../images/catering_btnon.gif") no-repeat;}
.menu li a#eventsselected {height:34px; width:77px; background:url("../images/events_btnon.gif") no-repeat;}
.menu li a#infselected {height:34px; width:52px; background:url("../images/info_btnon.gif") no-repeat;}
.menu li a#ooselected {height:34px; width:137px; background:url("../images/oo_btn.jpg") no-repeat;}
.menu li a#order-deliveryselected {height:34px; width:137px; background:url("../images/order-delivery_btn.jpg") 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#menu:hover, .menu li:hover a#menu,
.menu li a#specials:hover, .menu li:hover a#specials,
.menu li a#wine:hover, .menu li:hover a#wine,
.menu li a#info:hover, .menu li:hover a#info,
.menu li a#store:hover, .menu li:hover a#store,
.menu li a#catering:hover, .menu li:hover a#catering,
.menu li a#events:hover, .menu li:hover a#events, .menu li:hover a#inf, .menu li:hover a#oo, .menu li:hover a#order-delivery {
	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:34px;
	white-space:nowrap;
	width:150px;
	height:auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu :hover ul.sub li {
	display:block;
	height:23px;
	position:relative;
	float:left;
	width:150px;
}

.menu :hover ul.sub li a {
	display:block;
	font-size:11px;
	height:22px;
	width:150px;
	line-height:23px;
	text-indent:10px;
	color:#000000;
	text-decoration:none;
	border-color:#7CA787;
	border-style:solid;
	border-width:1px;
	text-align: left;
}

.menu :hover ul.sub li a.fly {
	background-color: #78A484;
}
.menu :hover ul.sub li a:hover {
	color:#FFFFFF;
	background-color: #023825;
}
.menu :hover ul.sub li a.fly:hover {
	color:#ffffff;
	background-color: #023825;
}
.menu :hover ul li:hover > a.fly {
	color:#ffffff;
	background-color: #023825;
}

/* 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:100px;
	z-index:200;
	height:auto;
	z-index:300;
}
