@charset "UTF-8";
/* CSS Document */

#menuh-container
	{
	position: relative;		
	top: 44px;
	background:url(../images/fence_background.jpg) top center repeat-y;
	width:962px;
	text-align:center;
	float:left;
	font-weight:bold;
	}

#leftmenuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:366px;
	float:left;
	margin:1em 1em 1.75em .5em;
	position:relative;
	float:left;
	}
		
#leftmenuh a
	{
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
	line-height:1em;
	}
	
#leftmenuh a:link, #leftmenuh a:visited, #leftmenuh a:active	/* menu at rest */
	{
	text-decoration:none;
	}
	
#leftmenuh a:hover	/* menu at mouse-over  */
	{
	color:#006633;
	text-decoration:none;

	}	
	
#leftmenuh a.top_parent/* attaches down-arrow to all top-parents */
	{
	color: #ffe8a1;
	text-align: center;
	padding:.25em 0 1em 0;
	display:block
	}
#leftmenuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	text-decoration:none;	
	color:#fbeec4;
	background:url(../images/nav_underline.gif) bottom center no-repeat;
	background-position: 30% 85%;
	}
	
#leftmenuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../images/nav_blue.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #006633;
	}

#leftmenuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:25%;	/* width of all menu boxes */
	}

#leftmenuh li
	{
	position:relative;
    min-height: 1px;/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#leftmenuh ul ul
	{
	position:absolute;
	z-index:500;
	top:3em;
	display:none;
	padding:0;
	margin:0;
	background-color:#f1dc9b;
	font:85% Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-align:left;
	width:12em;
	border-bottom:2px solid #006633;
	}
#leftmenuh ul ul li
{
	display:block;
	padding:0;
	color:#006633;
	text-align:left;
	margin:0;
	background-color:#f1dc9b;

}
#leftmenuh ul ul li a
{
	color:#006633;
	padding:.5em 0 .5em .75em;
	background-image: url(../images/nav_blue.gif);
	background-position: -.5em center;
	background-repeat: no-repeat;
	border-top:2px solid #006633;
	border-left:2px solid #006633;
	border-right:2px solid #006633;
	margin:0;
	background-color:#f1dc9b;

}
#leftmenuh ul ul li a:hover
{
	color:#ffe8a1;
	background:#006633;
	padding:.5em 0 .5em .75em;
	background-image: url(../images/dropdown_bkgd.gif) repeat-x top center;
	background-position: -.5em center;
	background-repeat: no-repeat;
}
#leftmenuh ul ul li.selected {
	color:#ffe8a1;
	background:#006633;
	padding:.5em 0 .5em .75em;
	background-image: url(../images/dropdown_bkgd.gif) repeat-x top center;
	background-position: -.5em center;
	background-repeat: no-repeat;
}

#leftmenuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#leftmenuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#leftmenuh li:hover ul ul,
div#leftmenuh li li:hover ul ul,
div#leftmenuh li li li:hover ul ul,
div#leftmenuh li li li li:hover ul ul
{display:none;}

div#leftmenuh li:hover ul,
div#leftmenuh li li:hover ul,
div#leftmenuh li li li:hover ul,
div#leftmenuh li li li li:hover ul
{display:block;}


#rightmenuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:366px;
	float:right;
	margin:1em 1em 1.75em 1em;
	position:relative;
	
	}
		
#rightmenuh a
	{
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
	line-height:1em;
	}
	
#rightmenuh a:link, #rightmenuh a:visited, #rightmenuh a:active	/* menu at rest */
	{
	text-decoration:none;
	}
	
#rightmenuh a:hover	/* menu at mouse-over  */
	{
	color:#006633;
	text-decoration:none;
	}	
	
#rightmenuh a.top_parent/* attaches down-arrow to all top-parents */
	{
	color: #ffe8a1;
	text-align: center;
	padding:.25em 0 1em 0;
	display:block;
	
	}
#rightmenuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	text-decoration:none;	
	color:#fbeec4;
	background:url(../images/nav_underline.gif) bottom center no-repeat;
	background-position: 40% 85%;
	}
	
#rightmenuh a.parent, #rightmenuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../images/nav_blue.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #006633;
	
	}

#rightmenuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:25%;	/* width of all menu boxes */
	
	}

#rightmenuh li
	{
	position:relative;
    min-height: 1px;/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#rightmenuh ul ul
	{
	position:absolute;
	z-index:500;
	top:3.1em;
	display:none;
	padding:0;
	margin:0;
	font:85% Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-align:left;
	width:12em;
	border-bottom:2px solid #006633;
	color:#006633;
	float:right;
	color:#006633;
	text-align:left;
	background-color:#f1dc9b;
		background:url(../images/dropdown_bkgd.gif) repeat-x top center;

	
}
#rightmenuh ul ul li a
{
	color:#006633;
	padding:.5em 0 .5em .75em;
	background-image: url(../images/nav_blue.gif);
	background-position: -.5em center;
	background-repeat: no-repeat;
	border-top:2px solid #006633;
	border-left:2px solid #006633;
	border-right:2px solid #006633;
	margin:0;
	background-color:#f1dc9b;
}
#rightmenuh ul ul li a:hover, #rightmenuh ul ul li a:active
{
	color:#ffe8a1;
	background-color:#006633;
	padding:.5em 0 .5em .75em;
	background-image: url(../images/nav_blue.gif);
	background-position: -.5em center;
	background-repeat: no-repeat;
}

#rightmenuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#rightmenuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#rightmenuh li:hover ul ul,
div#rightmenuh li li:hover ul ul,
div#rightmenuh li li li:hover ul ul,
div#rightmenuh li li li li:hover ul ul
{display:none;}

div#rightmenuh li:hover ul,
div#rightmenuh li li:hover ul,
div#leftmenuh li li li:hover ul,
div#rightmenuh li li li li:hover ul
{display:block;}

#donatenow {
	background:url(../images/stars.png) top center no-repeat;
}
#donatenow a {
	background:url(../images/stars.png) top center no-repeat;
}

