/* Begin CSS Drop Down Menu */


#menuh-container
	{
	top: 0px;
	background-image:url(images/page_04.jpg);
	height: 44px;
	background-repeat: no-repeat;
	margin:0;
	/* position: relative */
	}

#menuh
	{
	font-size: 12.5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	font-weight: bold;
	padding-top: 2em;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	/* padding-top: .2em; */
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #6495ed;
	}	
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches background/border to all parents */
	{
	background-color:#006666;
	/* filter: Alpha(Opacity=90);-moz-opacity:.90;opacity:.90; */
	width: 16em;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 10px;
	}


#menuh ul
	{
	list-style:none;
	margin:0;
	float:left;
	width:6.2em;	/* width of all menu boxes */
	padding-left:0.9em;
	border-right-style:none;
	border-right-width:1px;
	border-right-color:#666666;
	}


#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: 1.5em;
	margin:-1em 0 0 -1em;
	}

#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 */
