#menuh-container
	{
	position:  right;
	margin-top: 0;
	width:980px;    /* needs to match width of whole content area in my.css */
	}

#menuh
	{
	font-size: 105%;
	font-family: helvetica, "Trebuchet MS",arial, sans-serif;
	width:100%;
	float:right;
	margin:0;
	color: #333;
	background : #A8A485;
	border-bottom : 1px solid #A8A485;
	}
		



#menuh a
	{
	text-align: center;
	display:block;
        color: #EAE8D0;
	height:13px;
	border: 0px solid #eee;
	white-space: normal;
	margin:0;
	padding: 0.3em 0.2em 0.3em 0.4em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #fff;
	background: #none;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #fff;
	background-color: #355035;
	}	
/*			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
/*	{text-transform: uppercase;
	background-image: url(images/navdown_white.gif);
	background-position: right top;
	background-repeat: no-repeat;
	}
*/
	
/*
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
/*
	{
	background-image: url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
*/
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:98px;	/* width of all menu boxes */
	white-space: normal;
	}

#menuh li
	{
	position:relative;
	}



	
#menuh ul ul a
    {
        height: 16px;
    }

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

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

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

#menuh ul li:hover ul 
    {
        display: block; /* display the dropdown */
background: #A8A485;
position: absolute;
top: 30px;
left; 0px
    }

#menuh ul li:hover a
{ background-color #355035;}




 #menul-container
	{
	position:  right;
	margin-top: 0;
	width:980px;    /* needs to match width of whole content area in my.css */
	}

#menul
	{
	font-size: 120%;
	font-family: helvetica, "Trebuchet MS",arial, sans-serif;
	width:100%;
	float:right;
	margin:0;
	color: #333;
	background : none;
	border-bottom : 0px solid #520934;
	}
		



#menul a
	{
	text-align: center;
	display:block;
	height:16px;
	border: 0px solid #eee;
	white-space: normal;
	margin:0;
	padding: 0.3em 0.2em 0.3em 0.4em;
	}
	
#menul a, #menul a:visited	/* menu at rest */
	{
	color: #fff;
	background: #none;
	text-decoration:none;
	}
	
#menul a:hover	/* menu at mouse-over  */
	{
	color: #fff;
	background-color: #355035;
	}	
/*			
#menul a.top_parent, #menul a.top_parent:hover  /* attaches down-arrow to all top-parents */
/*	{text-transform: uppercase;
	background-image: url(images/navdown_white.gif);
	background-position: right top;
	background-repeat: no-repeat;
	}
*/
	
/*
#menul a.parent, #menul a.parent:hover 	/* attaches side-arrow to all parents */
/*
	{
	background-image: url(images/nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
*/
#menul ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:98px;	/* width of all menu boxes */
	white-space: normal;
	}

#menul li
	{
	position:relative;
	}



	
#menul ul ul a
    {
        height: 16px;
    }

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

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

div#menul li:hover
	{
	cursor:pointer;
	z-index:100;
	}
  
                     