

/* Begin CSS Drop Down Menu */



#menuh-container

	{



	/*position: absolute;		*/

	/*top: 1em;*/

	/*left: 1em;*/

	}



#menuh

	{
	margin: 0 120px 0 200px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}

		

#menuh a

	{
	display: block;
	float: left;
	background: url(images/menubg.png) repeat-x;
	width: 100%;
	padding: 20px 0;
	height: 20px;
	font-size: 14px;
	text-shadow: #62017a 1px 1px 2px, #fff 0 0 1em;
	}



#menuh li li a

	{

		text-align:left;
	padding: 12px 10px;
		width:130px;

		background: url(images/menubg.png) repeat-x;

		border-top: 1px solid #E289F5;

		border-right: 1px solid #E289F5;



	}

#menuh li a:hover, #menuh a:active{
	background: url(images/menu-activebg.png) no-repeat top center;
}

#menuh li li a:hover

	{
color: #8D00B0;
background: url(images/menubg.png) repeat-x;

	}





	

#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */

	{

	color: white;

	/*background-color: royalblue;*/

	text-decoration:none;

	}

	

#menuh a:hover	/* menu at mouse-over  */

	{



	}	

	

#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */

	{

background: url(images/menubg.png) repeat-x;
	}

	

#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */

	{

	background: url(images/menubg.png) repeat-x;
	}



#menuh ul

	{

	list-style:none;

	margin:0;

	padding:0;

	float:left;

	/*width:9em;	 width of all menu boxes */
		width: 14%;

	}

#menuh ul.lng

	{

	list-style:none;

	margin:0;

	padding:0;

	float:left;

	/*width:9em;	 width of all menu boxes */
		width: 14%;

	}

#menuh li

	{



    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: 1em;

	margin:45px 0 0 -1em;

	}



#menuh ul ul ul

	{

	top:0;

	left:165px;

	}



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