/* Begin CSS Drop Down Menu */

#menuh-container
	{
	/*position: absolute;*/
	top: 50px;
	
	z-index: 500;
	height: 206px;
	width: 187px;
	/*background-image: url(images/back_leftmenu2.gif);
	background-repeat: no-repeat;*/
	}

#menuh
	{
	font-size: 8.5pt;
	font-family: tahoma, arial, helvetica, sans-serif;
	width: 187px;
	float: left;
	margin: 0px;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	border: 1px solid #ffffff;
	white-space:nowrap;
	margin:0;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#menuh a.top_parent:link, #menuh a.top_parent:visited, #menuh a.top_parent:active	/* menu at rest */
	{
	color: #555e4d;
	background-color: #cfe4be;
	text-decoration:none;
	}
	
#menuh a.top_parent:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #828958;
	text-decoration:none;
	}
	
#menuh a.top_cat:link, #menuh a.top_cat:visited, #menuh a.top_cat:active	/* menu at rest */
	{
	color: #555e4d;
	background-color: #b2d29a;
	text-decoration:none;
	}
	
#menuh a.top_cat:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #525a2d;
	text-decoration:none;
	}	

#menuh a.parent:link, #menuh a.parent:visited, #menuh a.parent:active	/* menu at rest */
	{
	color: white;
	background-color: #ff980c;
	text-decoration:none;
	}
	
#menuh a.parent:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #ff6a04;
	text-decoration:none;
	}	

#menuh ul     /* level 1 */
	{
	list-style:none;
	margin:0;
	padding:0;
	top:10px;
	float:inherit;
	width:183px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: middle; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul   /* level 2 */
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 5px;
	margin:-2.65em 0 0 7.8em;
	width:200px;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
