/* Begin CSS Drop Down Menu  also see entries in nav-horizontal.css*/

#contactform /* make the contact form the same color as menu */
	{
	background-color: #669ACC;
	color: white;
	text-align: left;
	}


#menuh-container 
	{
   	width:725px;
	height: 29px;	
	
	right:0;	
	text-align: center;
	background-color: #ffffff;
	position: relative;		
	
	margin-right: auto;
	margin-left: auto;

	z-index: 500;	
		
	}
	

#menuh
	{
	font-family: arial, sans-serif;
 	
	width:725px;
	border: 1px solid white;
	
	float: right;
	}

#menuh a
	{
	text-align: left;
	display:block;
	background-color: #669ACC;
	border: 1px solid white;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	min-width: 112px;
	/* height:1%; */
	height: 20px;
	font:  .9em/1.7em arial, sans-serif;
	font-weight: 600;
	z-index: 500;	
	}
	
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #ffffff;
	/*background-color: #009999;*/
	/*background: url(/cms2/images/button1.gif) center center repeat-x;  keep */
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: ffffff;
	text-decoration:none;
	}	
	
#menuh a.top_parent /* attaches down-arrow to all top-parents */
	{
	/*  background: url(/cms2/images/button1.gif) center center repeat-x;keep */
	text-transform: uppercase; 
	background-color: #669ACC;
	}
	
	
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	/*  background: url(/cms2/images/button1.gif) center center repeat-x;keep */
	text-transform: uppercase; 
	background-color: #93B9D8;
	}
	
	
#menuh a.parent 	/* attaches side-arrow to all parents */
	{
	/* background: url(/cms2/images/button1.gif) center center repeat-x; keep */
	background-color: #669ACC;
	}
	
#menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	/* background: url(/cms2/images/button1.gif) center center repeat-x; keep */
	background-color: #93B9D8;
	}
	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	min-width: 110px;
	opacity:.95;
	width:8 em;		/*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 */
	z-index: 500;	
	}

#menuh li
	{
	position:relative;

	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	z-index: 500;	
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	z-index: 500;	
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:500;
	}

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

