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

  
#menuh-container2 
	{
	text-align: right;
 	width:950px;
	height: 22px;	
 	right:0;	
	padding: 0;
	padding-top: 8px;
 	background-color: #b4ca8c;
 	margin-right: auto;
	margin-left: auto;
 
 	position: relative;
	z-index: 2100;	
 	}
	

#menuh2
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	width:550px;
	border: 0px solid white;
 	float: right;
 
	}

#menuh2 a
	{
	text-align: right;
	display:block;
	border: 0px solid white;
	white-space:nowrap;
    color: #3c1f23;
    padding: 0px 6px 2px 6px;
	min-width: 9em;
	/* height:1%; */
	height: 18px;
	font:  6px/8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	z-index: 500;	
	}
	
	
#menuh2 a:link, #menuh2 a:visited, #menuh2 a:active	/* menu at rest */
	{
	 
	/*background-color: #009999;*/
	/*background: url(/cms2/images/button1.gif) center center repeat-x;  keep */
	text-decoration:none;
	text-transform: lowercase; 
	background-color: #b4ca8c;
	}
	
#menuh2 a:hover						/* menu on mouse-over  */
	{
	text-decoration:none;
	text-transform: lowercase; 
	background-color: #b4ca8c;
	
	}	
	
#menuh2 a.top_parent2 /* attaches down-arrow to all top-parents */
	{
	/*  background: url(/cms2/images/button1.gif) center center repeat-x;keep */
	text-decoration:none;
	text-transform: lowercase; 
	background-color: #b4ca8c;
 
	}
	
	
#menuh2 a.top_parent2:hover  /* attaches down-arrow to all top-parents */
	{
	/*  background: url(/cms2/images/button1.gif) center center repeat-x;keep */
	text-decoration:none;
	text-transform: lowercase; 
	background-color: #b4ca8c;
 
	
	}
	
	
#menuh2 a.parent2 	/* attaches side-arrow to all parents */
	{
	 
	/* background: url(/cms2/images/button1.gif) center center repeat-x; keep */
	text-decoration:none;
	text-transform: lowercase; 
	background-color: #b4ca8c;
	
	}
	
#menuh2 a.parent2:hover 	/* attaches side-arrow to all parents */
	{
	/* background: url(/cms2/images/button1.gif) center center repeat-x; keep */
	text-decoration:none;
	text-transform: lowercase; 
	background-color: #b4ca8c;
	 
	
	}
	

#menuh2 ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	min-width: 9em;
	/*opacity:.95;*/
	/*width: 9em;		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;	
	}

#menuh2 li
	{
	position:relative;

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

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

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

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

div#menuh2 li:hover ul ul,
div#menuh2 li li:hover ul ul,
div#menuh2 li li li:hover ul ul,
div#menuh2 li li li li:hover ul ul
{display:none;
	}

div#menuh2 li:hover ul,
div#menuh2 li li:hover ul,
div#menuh2 li li li:hover ul,
div#menuh2 li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

