/* Begin CSS Drop Down Menu */

#menuh-container
	{
	/*position: absolute;		
	top: 1em;
	left: 1em;*/
	}


#menuh
	{
	background-color: #FA54BE;
/*	font-size: small;
	font-family: arial, helvetica, sans-serif;*/
	font-style: normal;
    font-weight: normal;
	font-family: Arial, Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	/*width:100%;*/
	width:780px;
	w\idth: 787px;
	\width: 787px;	 	
	float:left;
	margin-top:0px;
	margin-right:0px;
	height:28px;
	/*margin:2em;
	margin-top: 1em;*/
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	/*border: 1px solid #555;*/
	white-space:nowrap;
	margin:0px;
	padding: 0.3em;
}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	/*background-color: royalblue;*/
	background-color: #FA54BE;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	/*background-color: cornflowerblue;*/
	text-decoration:none;
	background-color:#FCA9DE;
	height:21px;
	border:0;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url("../img/drop.gif");
	background-position: right center;
	background-repeat: no-repeat;
	border:0;
	height:21px;	
	}

#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
		background-color:#FCA9DE;
		color:#fff;
	}
	

	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	/*background-image: url("../img/submenuside.gif");*/
	background-position: 135px center;
	background-repeat: no-repeat;
	background-color: #FFF;
	color:#FA54BE;
	border-left:1px solid silver;
	border-right:1px solid silver;
	border-bottom:1px solid silver;
	height:18px;
	}

#menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	/*background-image: url("../img/submenuside.gif");*/
	background-position: 135px center;
	background-repeat: no-repeat;
	background-color: #FA54BE;
	color:#fff;
	height:18px;	
	}

#menuh a.noparent, #menuh a.noparent:hover 	/* attaches side-arrow to all parents */
	{
	background-color: #FFF;
	color:#FA54BE;
	border-left:1px solid silver;
	border-right:1px solid silver;
	border-bottom:1px solid silver;
	height:inherit;
	}

#menuh a.noparent:hover 	/* attaches side-arrow to all parents */
	{
	background-color: #FA54BE;
	color:#fff;
	height:inherit;	
	}


#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:9em;	/* width of all menu boxes */
	width:156px;
	background-color: #FA54BE;
	border-left:1px solid white;
	height:28px;
	}

#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;*/
	top:27px;
	display:none;
	/*padding: 1em;*/
	padding:0px;
	/*margin:-1em 0 0 -1em;*/
	margin:0px;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	background-color:#fff;
	color:#FA54BE;
	}

#menuh ul ul ul a:link, #menuh ul ul ul a:visited, #menuh ul ul ul a:active	/* menu at rest */
	{
	color: white;
	/*background-color: royalblue;*/
	background-color: #fff;
	color:#FA54BE;
	text-decoration:none;
	border-left:1px solid silver;
	border-right:1px solid silver;
	border-bottom:1px solid silver;
	height:18px;
	}

#menuh ul ul ul li
	{
	background-color: #fff;
	color:#FA54BE;
	border:1pxs solid green;	
	}

#menuh ul ul ul li a:hover 	/* attaches side-arrow to all parents */
	{
	color:#FFF;
	background-color: #FA54BE;
	border:1pxs solid red;
	}


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 */

