/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: absolute;		
	bottom: 5px;
	right:0px;
	}

#menuh
	{
	font-size: 12px;
	width:100%;
	float:left;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#menuh a.top_parent:link, #menuh a.top_parent:visited, #menuh a.top_parent:active	/* menu at rest */
	{
	color: white;
	/**background:url(../images/bgs/topnav_ltshort_bg.gif) left top no-repeat;**/
	text-decoration:none;
	/**padding-left:7px;**/
	}
#menuh a:link span, #menuh a:visited span, #menuh a:active span	/* menu at rest */
	{
	/**background:url(../images/bgs/topnav_rtlong_bg.gif) right top no-repeat;**/
	display:block;
	height:35px;
	/**padding-left:10px;
	padding-right:15px;**/
	cursor:pointer;
	line-height:35px;
	}

	
#menuh a.top_parent:hover						/* menu on mouse-over  */
	{
	color:#f9de68;
	text-decoration:none;
	}	
	

	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0px 8px;
	padding:0;
	float:left;
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#submenu{
	width:150px;	
}

#submenu li{ background:#065b37;}
#submenu li a{ text-align:left; text-decoration:none; color:#FFF; display:block; padding:5px; font-weight:normal; font-size:11px; }
#submenu li a:hover{ background:#233f33; color:#fff;}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	margin:0 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 */

