@charset "utf-8";

/**************************************/
/* formatting #leftmenu div and level 1 ul */
/**************************************/
#leftmenu {
	margin-top: 0px;
	width:185px;
	text-align:left;
} 

#leftmenu ul {
	list-style-type: none;
	width: 175px;
	margin:0;
	padding:0;
}

#leftmenu ul li {
	margin:0;
	padding:0;
}
/**************************************/
/* formatting the <h2> headings and the <a> anchors */
/**************************************/
#leftmenu ul h2 {	
	height: 30px;
	margin:20px 0px 0px 0px;
	padding:0px;
}

#leftmenu ul h2 a {
	display:block;
	font-weight: bold;
	text-decoration: none;
	font-size:12px;
	background-image:none;
	margin:0px;
	padding:0px;
	font-size:12px;
	height: 30px;
}



/**************************************/
/* formatting level2 <a> and <li> */
/**************************************/
#leftmenu ul ul {
	margin-left:13px;
	margin-top:0px;
}
#leftmenu ul ul li {margin:0; padding:0;line-height:12px;}
#leftmenu ul ul a {
	color:#F47C03;
	font-weight:bold;
	font-size:11px;
	font-style: italic;
	text-decoration:none;
	display:block;
	margin-top:4px;

}
#leftmenu ul ul li:hover, #leftmenu ul ul a:hover {
	color:#C65E00;
}

/**************************************/
/* Positioning the Pop-out Drops */
/**************************************/

#leftmenu li {position: relative;}

#leftmenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#leftmenu ul ul {
	text-align:left;
}

/**************************************/
/* Hiding and Revealing using :hover level 2 and 3*/
/**************************************/

#leftmenu ul ul {
display: none;
}
/* on the page display subcats  */
#leftmenu ul li.liselected ul {display: block;}
/* for recipes left menu */
#leftmenu ul.recipes #recipes ul {display: block;}


div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
