/* Begin CSS Drop Down Menu */

#menuh-container
	{float: left;
	margin: 0px;
	padding: 0px;
	

	}

#menuh
	{
	font-size: 1em;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0em;
	margin-top: 0em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0;
	height: 50px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: black;
	text-decoration:none;
	text-align: right;
	padding-top: 0px;
	}
	

#menuh ul li ul li {
	
height: 20px;

}
#menuh ul li ul li a{
	padding-top:10px;
height: 25px;
margin-top: -5px;


}
#menuh ul li {
	
padding-top:70px;
}
#menuh ul li ul li{

padding-top:10px;
}

#menuh ul li.blue {
	
background-image: url("../img/menu_blue.png");
background-color: #8dd8f8;

}
#menuh ul li.blue ul li{
	
background-color: #8dd8f8;
padding-top:10px;

}

#menuh ul li.blue ul li:hover{
background-color: #00aeef;

}
#menuh ul li.pink {
	
background-image: url("../img/menu_pink.png");

}
#menuh ul li.pink ul li{
	
background-color: #f6adcd;
padding-top:10px;
}

#menuh ul li.pink ul li:hover{
background-color: #ec008c;

}

#menuh ul li.yellow {
	
background-image: url("../img/menu_yellow.png");

}
#menuh ul li.yellow ul li{
	
background-color: #fff9ae;
padding-top:10px;
}

#menuh ul li.yellow ul li:hover{
background-color: #fff200;

}

#menuh ul li.black {
	
background-image: url("../img/menu_black.png");

}
#menuh ul li.black ul li{
	
background-color: #a7a9ac;
padding-top:10px;
}

#menuh ul li.black ul li:hover{
background-color: #231f20;

}
#menuh ul li.black ul li:hover a{
	color: white;

}



#menuh ul li{
font-weight: bold;
padding-right: 20px;
}
#menuh ul li ul li{
font-weight: normal;
font-size: 0.9em;
padding-bottom: 0px;

}
#menuh ul li ul li a{
	font-size:0.9em;
}




	
#menuh a:hover						/* menu on mouse-over  */
	{

	text-decoration:none;
	}	
	
#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 */
	{
	

	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: 200px;
	height: 120px;
	
	/* 	width:9em; width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

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

