#nav, #nav ul {
	float: left;
	width: 800px;
	list-style: none;
	line-height: 1;
	background: #fff;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0;
	border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 148px;
	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav li {
	float: left;
	padding: 0;
	width: 200px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 194px;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
/*	opacity: .95;
*/
}

/* This is to make opacity work in IE. */
/*
* html #nav li ul {
	background-color: transparent;
}
* html #nav li li {
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=90);
}
*/

#nav li li {
	padding-right: 1em;
	w\idth: 170px;	
	width: 185px;
}

#nav li ul a {
	width: 13em;
}

/* IE6 Only */
* html #nav li ul {
	margin: 0 0 0 -100px;
}

/* IE7 Only */
*:first-child+html #nav li ul {
	margin: 0 0 0 -100px;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
	margin: -1.7em 0 0 13.95em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #eda;
}



/* Support for the "iehover-fix.js" */

ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html ul.nav li { z-index: 201; }

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

#recipes_menu {
	float: right;
	text-align: left;
	overflow: auto;
	width: 197px;
	height: 480px;
	background: #e4d478;
	color: #7C6240;
	border: 2px solid #7C6240;
}
