#menuh
	{
	font-size: 12px;
	font-family:verdana, tahoma, arial, sans-serif;
	float:left;
        margin:0px 0px 1px 0px;
        background:url(/images/layout/bg_menu.png);        
	clear:both;
	}
#menuh a
	{
	text-align: left;
	display:block;
	border: 0px solid #CCC;
	white-space:nowrap;
	margin:0;
        height:20px;
        min-height:20px;
        max-height:20px;
        padding:4px 7px;
        font-size:12px !important;
        border-bottom:1px solid #ACCF40;
        border-left:1px solid #ACCF40;
	}        
#menuh > ul > li > a
	{
        height:24px;
        min-height:24px;
        max-height:24px;
        padding:12px 10px 0px 10px;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background:#8DB31F;
	text-decoration:underline;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
        background:#9DCF00;
	/*text-decoration:none;*/
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../images/nav_down_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
        margin-right:7px;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../images/nav_right_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/* 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 */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

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

#menuh ul ul ul
	{
	top:0;
	left:100%;
	z-index:1500;
	}

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

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; z-index:1500;}

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; z-index:1500;}

/* End CSS Drop Down Menu */

#menuh > ul > li,#menuh > ul > li > a {
    background-color:transparent !important;
    border:0px;
    
}
#menuh img {
    vertical-align:middle !important;
    margin-top:2px;
}
.active {
    background:url(../img_html/menu/mact.jpg) left center repeat-x !important;
}
ul.submenu {
    font-size:9px;
    font-family:Verdana;
    clear:both;
    margin-top:-10px;
    margin-bottom:10px;
}
ul.submenu li {
    display:block;
    float:left;
    margin-right:10px;
    line-height:14px;
}
ul.submenu li a {
    color:#666;
    text-decoration:none;
    border-bottom:1px solid #CCC;
}
ul.submenu li a:hover {
    color:#333;
    border-bottom:1px solid #666;
}

#menuh ul, #menuh li {
   list-style:none;
}
