﻿/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position: relative;
	top: 0px;
	left: 0px;
	padding-left:0px;
/*	padding: 0px;
	margin: 0px; */
	}

#menuh
	{
	height: 28px;
	font-size: 9px;
	font-family:verdana,Georgia,serif;
	/* background: url(back_navigation.gif) no-repeat; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	z-index: 100;

	/* display:inline; */
	/* font-family: arial, helvetica, sans-serif; */
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	margin:0px;
	padding: 0.8em; 
	background: url(back_icon.gif);

	/* margin-right: 5px; */
	/* text-align: center; */
	/* font-weight: none; */
	/* border: 1px solid #555; */
	/* white-space:nowrap; */
	}
	
#menuh ul a, #menuh a:visited	/* menu at rest */
	{
	color: #670404;
	text-decoration:none;
	font-weight: bold;

	/* background-color: royalblue; */
	}
	
#menuh ul a:hover	/* menu at mouse-over  */
	{
	color: #333333;
	background: url(back_icon_on.gif);
	font-weight: bold;

	/* background-color: cornflowerblue; */
	}	
			
#menuh ul
	{
	margin:0px;
	padding:0px;
	float:left;
	height: 28px;
	width: 144px;
	display:block;
	display:inline;
	/* position:atatic; */

	/*list-style:none;*/
	/* width:17em; */	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	min-height: 0px; 	/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	white-space: nowrap;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display: none;
	padding: 1.0em;
	margin: -1em 0 0 -1em;
	text-align: left;
	}

#menuh ul li li
	{
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #484848;
	font-weight: normal;
	background: #ffffff;
	padding: 1px;
	margin-top: -1px;
	width: 170px;
	text-align: left;
	border-left: solid 1px #484848;
	border-bottom: solid 1px #484848;
	border-right: solid 1px #484848;
	}

#menuh ul ul a, #menuh ul ul a:visited	/* menu at rest */
	{
	color: #484848;
	background: #ffffff;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	padding: 3px;
	text-align: left;
	}
	
#menuh ul ul a:hover	/* menu at mouse-over  */
	{
	color: #484848;
	background: #f1f0f0;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	padding: 3px;
	text-align: left;
	}

#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 */
