/* Begin CSS Drop Down Menu */

#menuh-container
	{
	width: 452px;
	height: 18px;
	margin: 68px 0 0 437px;
	float:left;
	z-index:2;
	position: absolute;
	}
/** html #menuh-container
	{
	margin: 68px 0 0 79px;
	}*/
#menuh
	{
	float:left;
	}
		
#menuh a
	{
	display:block;
	}
	
#menuh ul ul a
	{
	font: 12px Verdana, arial, helvetica, sans-serif;
	text-align: center;
	display:block;
	margin:0;
	padding: 2px 0 2px 9px;
	}
* html #menuh ul ul a
	{
	padding: 2px;
	}
#menuh ul ul a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #c78738;
	text-decoration:none;
	}
	
#menuh ul ul a:hover	/* menu at mouse-over  */
	{
	color: #154012;
	text-decoration: none;
	}	
	
/*#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents 
	{
	background-image:  url(../images/navdown_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents 
	{
	background-image:  url(../images/nav_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}*/

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	}
/*.nav-properties a {
	width: 90px;
	height: 18px;	
	background: url("nav-properties.gif") top left no-repeat;
   }
.nav-properties a:hover {
	width: 90px;
	height: 18px;	
	background: url("nav-propertieso.gif") top left no-repeat;
   }
.nav-properties a:active {
	width: 90px;
	height: 18px;	
	background: url("nav-propertieso.gif") top left no-repeat;
   }*/
* html .img1
	{
	width: 50px;
	}
* html .img2
	{
	width: 95px;
	}
* html .img3
	{
	width: 101px;
	}
* html .img4
	{
	width: 112px;
	}
* html .img5
	{
	width: 60px;
	}
#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom;  /*Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	}
* html #menuh ul ul
	{
	margin: -5px 0 0 0;
	}
#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 */
