/* Begin CSS Drop Down Menu */

#menuh-container
	{
	position: absolute;		
	top: 1em;
	left: 20em;	
	}

#menuh
	{
	font-size:9pt;
	font-family: arial;
	width:100%;		
	float:left;
	margin:2em;
	margin-top: 1em;	
	}
		
#menuh a
	{
	font-size:8pt;	
	display:block;
	font-weight:bold;	
	white-space:nowrap;
	margin:0;
	color:#333;	
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visitesd, #menuh a:active	/* menu at rest */
	{
	color:#333;	
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color:#0c71f5;
	text-decoration:none;
	}	
#menuh a.mainmenu:hover{	
	background:url(/templates/details/images/menu-selected.gif) center center no-repeat;
}
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{	
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
		background:url(/templates/details/images/nav_blue.gif) right center no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0 4px;
	float:left;	
	}
#menuh ul li{height:35px;line-height:35px;}
#menuh a.active{
	color:#0c71f5;
	background:url(/templates/details/images/menu-selected.gif) center center no-repeat;}
#menuh li
	{
	position:relative;
    min-height: 1px;		/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{	
	text-align:left;
	position:absolute;	
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	z-index:1000;
	/*border:1px solid #0099FF;*/
	}
#menuh ul ul li, #menuh ul ul ul li{ width:auto; height:20px; line-height:15px; background-color:#e8e9e9; border-bottom:2px solid #FFFFFF; padding:2px 3px;}
#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 */

