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


#menu-wrapper
	{
	
	width: 950px;
	height: 75px;
	

	margin-top: -30px;
	position: absolute;
	font-weight: bold;
	
	z-index: 500;		
	}

#menuh-container 
	{	
	width: 410px;
	margin-right: 10px;
	margin-left: 500px;
	}
	

#menuh
	{
	font-family: Courier New, Courier, monospace;

	}

#menuh a
	{
	text-align: center;
	display:block;
	border: 0px solid white;
	white-space:nowrap;
	margin:0;
	padding: 0em 0em 0em 0em; 
	/* height:1%; */
	height: 94px;
	font:  1.2em ;
	line-height: 7em;
	font-family: Courier New, Courier, monospace;
	font-style: italic;
	font-weight: bold;
	z-index: 500;	

	}
	
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #663E20;
	font-weight: bold;

 
	 
		
	/*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: #663333;
	text-decoration:none;
	font-weight: bold;
	background-image: url('/cms2/images/postit2b.gif'); 
	background-repeat: no-repeat;;

	}	
	
#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; 
	font-weight: bold;
	background-image: url('/cms2/images/postit2a.gif'); 
	background-repeat: no-repeat;

	}
	
	
#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; 
	font-weight: bold;
	background-image: url('/cms2/images/postit2b.gif'); 
	background-repeat: no-repeat;


	}
	
	
#menuh a.parent 	/* attaches side-arrow to all parents */
	{
	/* background: url(/cms2/images/button1.gif) center center repeat-x; keep */
	background-image: url('/cms2/images/postita.gif'); 
	background-repeat: no-repeat;
	height: 94px;
	padding: 0em 0em 0em 0em; 
	min-width: 94px;
	font:  1.2em ;
	line-height: 7em;
	font-family: Courier New, Courier, monospace;
	font-style: italic;
	font-weight: bold;
	}
	
#menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	/* background: url(/cms2/images/button1.gif) center center repeat-x; keep */
	background-image: url('/cms2/images/postitb.gif'); 
	background-repeat: no-repeat;
	height: 94px;
	padding: 0em 0em 0em 0em; 
	min-width: 94px;
	font:  1.2em ;
	line-height: 7em;
	font-family: Courier New, Courier, monospace;
	font-style: italic;
	font-weight: bold;
	}
	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	min-width: 94px;
	
	text-align: left;
	
	/*width:9 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;

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