/* 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;
	}
	
	
#smallmenu a
	{
	color: #ffffff;
	padding: 8px 8px 8px 8px ;
	font-size: .8em;
	}

#menu_images {


width: 627px;
height: 90px;

float: right;
text-align: center;

position: absolute;
}

#menu-wrapper
	{
	
	width:627px;
	background-color: #D0ECF4;
	top: -75px;
	margin-left: 323px;
	
	}

#menuh-container 
	{
	height: 35px;		

	
	margin-right: auto;
	margin-left: auto;

	background-color: #D0ECF4;
	z-index: 500;	
	
	
	}
	

#menuh
	{
	font-family: arial, sans-serif;
	width:627px;
	padding-top: 50px;
 
	}

#menuh a
	{

	display:block;
	border: 0px solid gray;
	white-space:nowrap;
	margin:0;
	padding: .2em .4em .5em .4em; 
	/* height:1%; */
	height: 36px;
	font:  1em/1em arial, sans-serif;
	font-weight: 600;
	z-index: 500;	

	}
	
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #000000;
	background-color: #D0ECF4;

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

	}	
	
#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: #D0ECF4;

	}
	
	
#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: #ACA435;


	}
	
	
#menuh a.parent 	/* attaches side-arrow to all parents */
	{
	/* background: url(/cms2/images/button1.gif) center center repeat-x; keep */
	background-color: #D0ECF4;
	height: 40px;
	padding: .5em .5em .5em .5em; 
	min-width: 9em;
	font:  1em/1em 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: #ACA435;
	height: 40px;
	padding: .5em .5em .5em .5em; 
	min-width: 9em;
	font:  1em/1em arial, sans-serif;
	font-weight: 600;
	}
	

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