#topmenu { position: relative; background-color: #c00; }
#topmenu ul 
{ 
	background-color: #c00; 
	width: 0; 
	color: #faf0be; 
}
#topmenu ul ul { width: inherit; }
#topmenu a { color:#faf0be !important; text-decoration: none }
#topmenu ul.ui-menu li.ui-menu-item { 
	text-transform: uppercase; 
	text-shadow: 1px 1px 2px rgba(75, 75, 75, 1);
}
#topmenu li.ui-state-active a, 
#topmenu li.ui-state-hover a, 
#topmenu li.ui-state-focus a 
{
	color: inherit !important;
}
#topmenu ul.ui-menu .ui-menu-item { display: inline-block; }
#topmenu ul.ui-menu ul.ui-menu .ui-menu-item { text-transform: capitalize; display: block; text-align: left }
#topmenu .ui-menu { white-space: nowrap; }
#topmenu .ui-menu-item { background: #c00; }
#topmenu .ui-menu-item.ui-state-focus, 
#topmenu .ui-menu-item.ui-state-hover, 
#topmenu .ui-menu-item.ui-state-active { 
	background: #faf0be; 
	border-color: #faf0be !important 
}
#topmenu .ui-menu .ui-menu-item { padding: .25em 1.5em; }

.ui-widget { font-size: 1em }
#hamburger {
	background: center center no-repeat transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE1JREFUeNpi/P//PwOtARMDHQBdLGFBYt+nkR2KjEhxQqvIYaR7cD2glSWMo0mY3DiJo5Edi4ZPEqZ7nMSP5pPRon60qB9NwpQDgAADAMIxHUJvWs/TAAAAAElFTkSuQmCC);
    display: block;
    width: 2em;
    height: 2em;
    position: fixed;
    top: 0em;
    left: 0.5em;
    z-index: 2000;
}

#navmenu { min-height: 640px; background-color: #c00; padding-right: 3em; }
#navmenu ul { background-color: #c00; color: #faf0be }
#navmenu a { color: #faf0be }

#sidebarmenu { display: none }

body.textonly #sidebarmenu { display: initial; width: 25%; float: left; padding: 100px 1% 0 2%; }
body.textonly #content { width: 68%; float: right; padding: 100px 2% 0 1% }
body.textonly #topmenu { display: none }
body.textonly #navmenu { display: none }
body.textonly #hamburger { display: none }
.sidebarmenu.indent0 { padding-left: 5%; }
.sidebarmenu.indent0 a { font-weight: bold; }
.sidebarmenu.indent1 { padding-left: 10%; }
.sidebarmenu.indent2 { padding-left: 15%; }
.sidebarmenu { 
	background-color: #c00;
	color: #faf0be; 
	padding: 0.25em 0;
	margin-top: 0.25em;
}
.sidebarmenu a { color: #faf0be; }
.sidebarheader { font-weight: bold }

body.textonly #content .accordion .header {
    font-weight: normal;
    color: #c00;
    font-style: italic;
    margin-top: 1em;
    font-size: 1.1em;
}
body.textonly #content .accordion .header .herald { display: block }
body.textonly #content .toggle-section { border: none }
body.textonly #content .toggle-section .toggler:after { content: '' }
body:not(.textonly) .visible-only-in-text-only { display: none }
body.textonly .visible-only-in-interactive { display: none }
@media screen and (max-width: 800px)
{
	#topmenu { display: none !important; }
	body.textonly #sidebarmenu { padding-top: 35px }
	body.textonly #content  { padding-top: 35px; }
}
@media screen and (min-width: 801px)
{
	a#hamburger { display: none !important }
}
