/* Begin CSS Drop Down Menu */

#menuh-container
	{
	margin:35px 0px 0px 0px;
	float:right;
	padding-right:30px;
	}

#menuh
	{
	font-size:11px;
	font-family: arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding-right:0px;
	letter-spacing:1px;
	}
	/* Fix IE. Hide from IE Mac \*/
* html #menuh {letter-spacing:1px;}
	/* End */
		
		
#menuh a
	{
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0;
	height:20px;
	/*border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;*/
	color: #666666;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest - GLOBAL. override GLOBAL settings using classes below */
	{
	/*background-color: #CCCCBE;*/
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over - GLOBAL. override GLOBAL settings using classes below  */
	{
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:visited, #menuh a.top_parent:active  /* Main Nav Link Settings */
	{ 
	color: #333333;
	margin:0;
	padding:1px 10px 0px 10px;
	border-right:1px solid #A8BE2B;
	margin-right:0px;
	height:20px;
	}	
#menuh a.noborder {
	border:none;
	}
#menuh a.top_parent:hover
	{
	color: #A8BE2B;

	}
#menuh a.parent {	/* second level pulldown menu settings */
	width:120px;
	padding:7px 10px 7px 10px;
	height:22px;
	background-color:#CCE0F3;
	border-left: 1px solid #C4C4BD;
	border-right: 1px solid #C4C4BD;
}	
#menuh a.parent, #menuh a.parent:hover
	{background-image:url(images/blue_fade.jpg);
	background-repeat:repeat-x;

	}	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:50px;	*//* width of all menu boxes. Not used since we don't want width to vary with link name */
	
	}

/***** IE requires a width for the menu to work. It will expand the width so the name is viewable so we set the width small  *****/
	/* Fix IE. Hide from IE Mac \*/
* html #menuh ul {width:50px;}
	/* End */


#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: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
/******* IE requires negative top margin for aligning sub menu to navbar ******/
	/* Fix IE. Hide from IE Mac \*/
* html #menuh ul ul {margin-top:-5px;}
	/* End */

#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 */
