/* 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;
 	background-color: #cccccc;
	text-align: center;
	height: 63px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bolder;
	z-index: 50000;
	
	}

#menuh-container 
	{
	width:950px;
	height: 64px;
	
	text-align: right;		
	float: right;
	
	background-color: #cccccc;
	z-index: 50000;
 

	}
	

#menuh
	{
	font-family: arial, sans-serif;
	background-color: #cccccc;
	z-index: 50000;
 
 
	}

#menuh a
	{

	background-color: #cccccc;
	display:block;
	border: 0px solid gray;
	white-space:nowrap;
	margin:0;
	padding: 2em 2em .3em 2em; 
	/* height:1%; */
	height: 34px;
	font:  12px/1.7em arial, sans-serif;
	font-weight: bolder;
	position: inherit;
	z-index: 5000;	

	}
	
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #56523e;

	font-weight: bolder;
		
	/*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;
	background-color: #0099cc;
	font-weight: bolder;
	}	
	
#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: #cccccc;

	}
	
	
#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: #0099cc;
	color: #ffffff;

	}
	
#menuh a.top_parent:active
{
background-color: #000000;
}
	
	
#menuh a.parent 	/* attaches side-arrow to all parents */
	{
	/* background: url(/cms2/images/button1.gif) center center repeat-x; keep */
	background-color: #cccccc;
	height: 24px;
	padding: .3em 3em .3em 3em; 
	min-width: 14em;
	font:  1em/1.7em arial, sans-serif;
	font-weight: 600;
	}
	
#menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	/* background: url(/cms2/images/button1.gif) center center repeat-x; keep */
	background-color: #0099cc;
	color: #ffffff;
	height: 24px;
	padding: .3em 3em .3em 3em; 
	min-width: 14em;
	font:  1em/1.7em arial, sans-serif;
	font-weight: 600;
	}
	
#menuh a.parent:active
{
background-color: #000000;
}
	
	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	min-width: 9 em;
	
	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 */
	position: inherit;
	z-index: 5000;	
	}

#menuh li
	{
	position:relative;

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

#menuh ul ul
	{
	position:absolute;

	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	z-index: 5000;	
	}

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

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

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