#menuButton{
display:none;
z-index:3000;
float:left;
background:url("/images/SideMenu.png") no-repeat 20px center;
color:#fff;
padding:1em 20px 1em 48px;
cursor:pointer;
text-shadow: 0 1px 0 #333333;
}

#MenuFader{
z-index:2000;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
position:fixed;
top:0;
left:0;
height:200%;
width:200%;
background:#2C3240;
visibility:hidden;
opacity:0;
transition: opacity 0.25s;
}
#MenuFader.MenuFaderShow{
visibility:visible;
opacity:0.5;
}

#menu{
z-index:2001;
outline: none;
p_osition:absolute;
position:fixed;
top:0;
bottom:0;
left:-300px;
min-width:250px;
background:#2C3240;
overflow:hidden;
overflow-y:auto;
transition: .25s;
border-right:4px solid #9BE846;
box-shadow: 0 0 18px #000;
}
#menu:focus{
left:0;
}

#menu a{
color:#EEE;
text-decoration:none;
border-top:1px solid #464C5A;
display:block;
margin: 0 8px;
padding:14px 8px;
overflow:visible;
text-shadow: 0 1px 0 #000;
}
#menu a:hover{
background:#262C3A;
}
#menu .MenuTitle{
color:#737785;
font-size:0.8em;
font-weight:bold;
text-transform:uppercase;
border:none;
border-bottom:1px solid #464C5A;
padding: 2em 8px 0.5em 8px;
}
#menu .MenuTitle:hover{
background:inherit;
}