#menuh, #menuh ul {
	width: 655px;
    height: 20px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
    margin-left: auto;
    margin-right: auto;
}

#menuh a {
	display: block;
    width: auto;
	color: #FFFFFF;
   /* background-color: #d95107;*/
	text-decoration: none;
	padding: 0 0 .2em 0;
    text-align: center;
    word-break:k
}

#menuh li.top_parent {
    width: auto;
    background-image: url(/images/navdown_white.gif);
    background-position: left center;
    background-repeat: no-repeat;    
    border-left: solid 1px;
}
#menuh li.top_parent a{
    padding-left: 2.25em;
    margin-right: 1em;
}

#menuh li.top_orphan {
    width: auto;    
    border-left: solid 1px;
    padding-left: 1em;
    padding-right: 1em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#menuh li.top_end {
width: 3px;
padding:1em 0 0 0;
border-left: solid 1px;
}

#menuh li {
	float: left;
	padding: .5em 0 .5em 0;
	width: 13em;
    color: #ffffff;  
    background-color: #9C7818;
    font-weight: bold;
}

#menuh li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 11em;
	font-weight: normal;
	margin: .25em 0 0 0;
    z-index: 500;
}

#menuh li li {
	padding-right: 1em;

}

#menuh li ul ul {
	margin: -1.75em 0 0 14em;
    width: inherit;    
}

#menuh li:hover ul ul, #menuh li:hover ul ul ul, #menuh li.sfhover ul ul, #menuh li.sfhover ul ul ul {
	left: -999em;

}

#menuh li:hover ul, #menuh li li:hover ul, #menuh li li li:hover ul, #menuh li.sfhover ul, #menuh li li.sfhover ul, #menuh li li li.sfhover ul {
	left: auto;
}

#menuh li:hover, #menuh li.sfhover {
	background-color: #203E5A;
}
