/* Begin CSS Drop Down Menu */

#menuh-container
	{
	width: 800px;
	height: 100%;
	}

#menuh
	{
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0em;
	margin-top: 2px;
	}
		
#menuh a
	{
	display:block;
	border: 0px solid #555;
	white-space:nowrap;
	margin:0;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.6em;
	padding-left: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: black;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color:#000000;
	background-color: none;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
/*	background-image: url(../images/navdown_white.gif);*/
	background-position: right center;
	background-repeat: no-repeat;
	margin-bottom: 0em;
	}
	
#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 a.drops	/* attaches side-arrow to all parents */
	{
	background-image: url(../images/page-elements/menu_list_bkgd.jpg);
	background-repeat: repeat-x;
	background-color:#999999;
	margin-left: 0px;
	width: 130px;
	border: 1px solid #999999;
	text-align: left;
	font-size: 10px;
	color: #000000;
	height: 10px;
	margin-bottom: -.5em;
	
	}
	
#menuh a.drops:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color:#336699;
	margin-left: 0px;
	width: 130px;
	border: 1px solid #999999;
	text-align: left;
	font-size: 10px;
	color: #FFFFFF;
	height: 10px;
	}


#menuh ul
	{
	list-style:none;
	margin:0;
	float:left;
	width:auto;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
	height:26px;
	
	
	}
* html #menuh ul { margin-top:4px; height: 21px !important; }

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

* html #menuh ul li a { width:auto !important; display:inline; font-size:1em; font-weight:normal; }
* html #menuh ul li  { width:auto !important; display:inline; }

#menuh ul ul { left: 3px; top: 25px !important; }
* html #menuh ul ul { left: 3px; top: 21px !important; }

#menuh ul ul li {  display:block; float:none; height:18px !important;}
* html #menuh ul ul li {  display:block; float:none; height: 16px;line-height:16px;}

#menuh ul ul li a { width: 100px !important; display:block; padding-top:1px !important;}
* html #menuh ul ul li a { width: 100px !important; display:block; height:16px;line-height:16px; margin:0px !important; padding: 0px 0px 0px 5px !important;}

#menuh ul ul
	{
	position:absolute;
	z-index:502;
	top:24px;
	display:none;
	padding: 1em;
	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 */
