/* CSS Document */
/* body { behavior:url("csshover.htc"); }  */

/* Begin CSS Drop Down Menu */


#menuh-container
	{
	top: 232px;
	width: 956px;
	position: absolute;
	z-index:500;
	left: 19px;
	}

#menuh
	{
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin-top: 0px;
	z-index:500;
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.2em;
	}


/*  "RESIDENTS/City Services"  */
	
#menuh a.parent, #menuh a.parent1:visited 	/* white button (#37) with arrow */
	{
	background-image:url(gallerybuttons_37-parent.jpg);
	}
	
	
#menuh a.parent, #menuh a.parent1:hover 	/* blue button (#06) with arrow*/
	{
	background-image:url(gallerybuttons_06-parent.jpg)}
/*___________________ end ___________________*/
	
/*   "RESIDENTS/Outside Services"   */
#menuh a.parent, #menuh a.parent2:visited 	/* white button (#37) with arrow */
	{
	background-image:url(gallerybuttons_37-parent.jpg);
	}
	
	
#menuh a.parent, #menuh a.parent2:hover 	/* blue button (#06) with arrow*/
	{
	background-image:url(gallerybuttons_06-parent.jpg)}
/*___________________ end ___________________*/
	
/*   "GOVERNMENT/Commissions"  */
#menuh a.parent, #menuh a.parent3:visited 	/* white button (#37) with arrow */
	{
	background-image:url(gallerybuttons_37-parent.jpg);
	}
	
#menuh a.parent, #menuh a.parent3:hover 	/* blue button (#06) with arrow*/
	{
	background-image:url(gallerybuttons_06-parent.jpg)}
/*___________________ end ___________________*/

/*  all other menu buttons  */
#menuh a, #menuh a:visited	/* menu at rest (white button)*/
	{
	color: #8B7121;
	font-weight:bolder;
	background-image:url(gallerybuttons_37.jpg);
	background-repeat:no-repeat;
	height: 19px;  /*  height of buttons  */
	width: 119px;	
	}
	
	
#menuh a:hover   /* menu at mouse-over  (blue button) */	

	{
	color: #FFFFFF;
	font-weight:bold;
	background-image:url(gallerybuttons_06.jpg);
	background-repeat:no-repeat;
	height: 19px;
	width: 119px;
	top: 0px;
	margin: 0px;
	}
/*___________________ end ___________________*/	



#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	width:119px;	/* width of all menu buttons */
	float: left;
	height: 19px;
	}

#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: 1px;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:500;
	}

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;
	z-index: 500;
	margin: 0px;
}

/* the following code (class="home") keeps the button blue */


#menuh-container #menuh .home {
	background-image: url(gallerybuttons_06.jpg);
	color: #FFFFFF;
}
