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

 


#menu-wrapper
	{
	
	width: 950px;
	height: 30px;
 
 	padding: 0;
	margin-left: auto;
	margin-top: -25px;
	background: url(/cms2/images/menugradient.gif) center center repeat-x;
	 
 
	}

#menuh-container 
	{
 	width: 950px;
    background: url(/cms2/images/menugradient.gif) center center repeat-x;

	}
	

#menuh
	{
	font-family: arial, sans-serif;
 
	
 
 
	}

#menuh a
	{

 
	text-align: left;
	display:block;
	border: 0px solid #E29814;
	white-space:nowrap;
	margin:0;
	padding: 10px 23px;
	/* height:1%; */
	height:21px;
	font:  10px arial, sans-serif; 
	font-weight: bolder;
 

	}
	
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #CA9732;
	background-color: #ffffff;
 
	background: url(/cms2/images/menugradient.gif) center center repeat-x;  
	text-decoration:none;
	
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #f1a039;
	text-decoration:none;
	background: url(/cms2/images/menugradient.gif) center center repeat-x; 
	}	
	
#menuh a.top_parent /* attaches down-arrow to all top-parents */
	{
	background: url(/cms2/images/menugradient.gif) center center repeat-x;  
	text-transform: uppercase; 
	background-color: #ffffff;

	
	}
	
	
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
background: url(/cms2/images/menugradient2.gif) center center repeat-x;  
	text-transform: uppercase; 


	

	}
	
	
#menuh a.parent 	/* attaches side-arrow to all parents */
	{
background: url(/cms2/images/menugradient.gif) center center repeat-x;  
	
	
	height: 21px;
	padding: 10px 8px;
	min-width: 75px;
	font:  10px arial, sans-serif; 
	font-weight: 600;
	text-transform: uppercase; 
	
	}
	
#menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
background: url(/cms2/images/menugradient2.gif) center center repeat-x;  


	color: #E29814;
	height: 21px;
	padding: 10px 8px;
	min-width: 75px;
	font:  10px arial, sans-serif; 
	font-weight: 600;
	text-transform: uppercase; 

	}
	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	min-width: 75px;
	
	text-align: left;
	
	 
 
	}

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

