#nav ul {
 padding: 0; 
 margin: 0;
 list-style: none; 
}
* html #nav ul {
 float: left;
 width: 1px;
}
#nav ul li {
 float: left; 
 padding: 0px; 
} 

#nav ul li a.first {
 margin: 0;
 padding: 0;
 height: 40px;
}

	#nav .our a.first {
	 width: 100px;
	}
	#nav .our a.first:hover {
	 width: 100px;
	 background: url("nav/our_menu_over.jpg") 0px -1px no-repeat;
	}
	
	#nav .company a.first {
	 width: 98px;
	}
	#nav .company a.first:hover {
	 width: 98px;
	 background: url("nav/company_over.jpg") 12px -1px no-repeat;
	}
	
	#nav .recipes a.first {
	 width: 99px;
	}
	#nav .recipes a.first:hover {
	 width: 99px;
	 background: url("nav/recipes_over.jpg") 12px -1px no-repeat;
	}
	
	#nav .contact a.first {
	 width: 100px;
	}
	#nav .contact a.first:hover {
	 width: 100px;
	 background: url("nav/contact_over.jpg") 5px -1px no-repeat;
	}

#nav a {
 display: block;
 padding: 2px 5px 2px 10px;
 margin: 0;
 width: 105px;
 color: #ffffff;
 font-size: 12px;
 text-decoration: none;
} 
#nav a:hover { 
 font-size: 12px;
 color: #9e6234;
 background: #fbf8c8;
 text-decoration: none;
} 

#nav ul ul li.topImage{
 padding: 0;
 margin: 0;
 width: 120px;
 height: 10px;
 background: url("nav/sub_top.gif") bottom center no-repeat;
}
#nav ul ul li.bottomImage{
 padding: 0;
 margin: 0;
 width: 120px;
 height: 10px;
 background: url("nav/sub_bottom.gif") top center no-repeat;
}

* html #nav ul ul li.topImage, * html #nav ul ul ul li.topImage {
 margin: -4px 0 0 0;
}

.menu {
 padding: 0; 
 margin: 0;
 width: 120px;
 background: #9e6234;
}
.submenu {
 padding: 0; 
 margin: 0;
 width: 120px;
 background: #9e6234;
}

#nav ul ul li a {
 width: 105px;
 padding: 2px 5px 2px 10px;
 margin: 0;
 color: #ffffff;
 font-size: 11px;
 text-decoration: none;
} 

#nav ul ul li a:hover { 
 font-size: 11px;
 color: #9e6234;
 background: #fbf8c8;
 text-decoration: none;
}


/* Special menu stuff */
/* Thanks to tanfa: www.tanfa.co.uk */

#nav li {position: relative;}

#nav ul ul {
position: absolute;
top: 37px;
left: 0;
}

#nav ul ul ul {
position: absolute;
top: -10px;
left: 100%;
}


div#nav ul ul,
div#nav ul li:hover ul ul,
div#nav ul ul li:hover ul ul,
div#nav ul ul ul li:hover ul ul,
div#nav ul ul ul ul li:hover ul ul {
display: none;
}

div#nav ul li:hover ul,
div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul,
div#nav ul ul ul ul li:hover ul,
div#nav ul ul ul ul ul li:hover ul {
display: block;
}

.hide {
  display: none;
}