#menuButton {
	position: absolute;
    right: -30px;
    top: 40px;
    color: cyan;
    font-size: 26px;
}
#menuButton>a {
    color: cyan;
    position: fixed;
}
#menuButton>a.close { display: none; }

#menu {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 1000;
    
    font-family: 'FedraDemi', Helvetic, sans-serif;
	font-size: 12px;
}

#menu li { margin-right: 2px; }
#menu li>a, #menu li>span{
	padding: 10px 25px 9px 25px;
    text-decoration: none;
    display: block;
	text-transform: uppercase;
	/* line-height: 300%; */
}

#menu li>a { color: #00ffff; }
#menu li>span { color: #ddd; }
#menu li>a:hover, #menu li.selected > a {
    color: #202020;
    text-shadow: none;
    background: #00ffff;
}

#menu > .menuLevel {
	width: 0px;
	height: 100%;
	float: left;
	overflow: hidden;
	overflow-y: auto;
}
#menu > .menuLevel::-webkit-scrollbar { 
	display: none; 
}

#menu > .menuLevelPresidents { background-color: rgba(20,20,20,0.55); }
#menu > .menuLevelChapters { background-color: rgba(20,20,20,0.60); }
#menu > .menuLevelPages { background-color: rgba(20,20,20,0.75); }
#menu > .menuLevelGalleries { background-color: rgba(20,20,20,0.80); }

#menu .menuPresidentsContainer{ width: 250px; }
#menu .menuPresidentsContainer > .logo { padding: 35px; }
#menu .menuPresidentsContainer > .logo > img {
	max-width: 100%;
	height: auto;
    /*transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;*/
}
#menu .menuPresidentsContainer > .logo > img:hover {
	/*transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);*/
}


/* CHAPTERS */
/* #menu > .menuLevelChapters li > a { padding-bottom: 6px;}  to have chapters more little in high*/
#menu > .menuLevelChapters .name {
    width: 170px !important;
    margin-left: 22px;
    height: 75px !important;
    margin-bottom: 18px;
	margin-top: 10em;
}
#menu > .menuLevelChapters .name > h1 {
    font-weight: 400 !important;
    line-height: 24px;
    color: #2dfdf8;
    text-transform: none;
}

#menu .menuChaptersContainer {
	width: 250px;
    margin-top: 126px;
}

/* PAGES */
#menu .menuPagesContainer {
	width: 250px;
	margin-top: 196px;
}

/* Gallery */
#menu .menuGalleryContainer {
	position: relative;
	width: 250px;
	margin-top: 196px;
	margin-left: 12px;
}
#menu .menuGalleryContainer a.galleryItem:hover > div {
	opacity: 0.8;
}

#menu .menuGalleryContainer img {
    display: inline-block;
    height: 50px;
    margin: 2px;
    width: 50px;
    border: 2px solid #2dfdf8;
}

#menu .menuGalleryContainer .galleryText {
    color: #2dfdf8;
    position: absolute;
    right: 20px;
    top: 0px;
}

/* DEBUG */
#debug {
    /* display: none; */
    position: absolute;
    bottom: 0px;
    font-size: 30px;
    /* width: 90%; */
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: rgba(0,255,255,0.5);
    z-index: 100000000;
    color: black;
    padding: 5px 12px;
    opacity: 0.6;
}

html.resetMargin {
	margin-top: 0px !important;
}
