@charset "utf-8";
/* CSS Document */


#mainNavWrap2 {
	background:none;
	height:28px;
	margin:0;
	z-index:10;
	position:relative;
	width:600px;
}

#menuh-container
{
	position:absolute;	
	top: -5px;
	font-family:Trebuchet,verdana, arial, sans-serif;
	float:right;
	margin-top: .5em;
	z-index:9;
	left:5px;
}

#menuh {
	font-family:Trebuchet,verdana, arial, sans-serif;
	

}

#menuh a, #menuh a:visited	
{
	text-decoration:none;
	font-size:1.3em;
	text-align: left;
	display:block;
	padding: 0.5em;

}
	 
#menuh a.line_item:hover,a.last_line_item:hover
{
	color:#c76525;
}

#menuh ul ul { width:auto; }

#menuh ul li a.top_parent{
	
}

#menuh ul li:hover a.top_parent{
	background-image:url('../images/menu/chrome-bg-active.png');
	
}

#menuh ul li:hover a.top_parent {
	color:#4a443a;
}

#menuh ul li:hover a.top_parent .shadow {
	color:#4a443a;
	width:142px;
}

#menuh a.top_parent:link,
#menuh a.top_parent:visited {

	background:none;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	font-size:1.0em;
	padding-top:11px;
	height:18px;
    background:url('../images/menu/chrome-bg.png') top left repeat-x; 
}

#menuh a.top_parent, #menuh a.top_parent:hover  
{	
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	#fundraising{
padding-top:0px;

}
#menuh a.top_parent:link .shadow ,
#menuh a.top_parent:visited .shadow {
	position:absolute;
	color:#fff;
}

#menuh ul li ul li a.last_line_item {
	border-bottom:none;
	height:18px;
	background:url('../images/menu/menu-oq-foot.png') bottom right no-repeat;
}


/*last line item thats a parent*/
#menuh ul li ul li:last-child a.parent {
	height:18px;
	background:url('../images/menu/menu-oq-foot-arrow.png') bottom right no-repeat;
}
#menuh ul li:last-child a.top_parent{
width:142px;
}

/*all line items that are not parents*/
#menuh a.line_item, a.last_line_item{
	margin-left:4px;
	color:#000;
	font-size:1.1em;
	border:none;
	width:160px;
	display:block;
	background:url('../images/menu/menu-oq-right.png') bottom right no-repeat;
}

/* first parents should have arrows*/
#menuh a.parent,
#menuh a.parent:hover {
	margin-left:4px;
	color:#000;
	font-size:1.1em;
	border:none;
	width:160px;
	display:block;
	z-index:-1;
	background:url('../images/menu/menu-oq-right-arrow.png') bottom right no-repeat;
	
}
/*first parent hover*/
#menuh a.parent:hover {
	color:#c76525;
	
}


/*does nothing*/
#menuh ul li ul {
	margin-top:-12px;
	padding-left:0;

	
}
/*does nothing*/
#menuh ul li ul li,
#menuh ul li ul li:hover {

	padding:0 0 0 1px;
		
	
}
/*does nothing*/
#menuh ul li ul li.last,
#menuh ul li ul li:last-child {
	height:18px;
	border:none;


}



/**/
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:143px	 ;	/* width of all menu boxes */

	}

#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;
	padding: 1em;
	margin:-1em 0 0 -5px;

	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

#menuh ul li ul li ul li {
	z-index:9;
	color:#33CC66;
/*background:url('../images/menu/menu-oq.png') 0 0 repeat-y;*/
}

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;}
