#botaoMenu {
    position: fixed;
    top: 10px;
    left: 10px;
	background:#fff;
	height:34px;
	width:40px;
	background-image: url("img/threelines.png");
}

#bizuMenu {
    position: fixed;
    top: -105px;
    left: 60px;
	height:105px;
	width:400px;
	background-image: url("img/setaMenu.png");
	z-index: 2;
}
/*
.botaoMenu {
	color: #000;
	margin-left: 35px;
	font-size:34px;
	font-weight:800;
	font-family: 'Open Sans', sans-serif;
	display:inline-block; 
	vertical-align:middle;
	position:relative;
  	top: -5px;
}
*/
#corpoMenu {
	padding-top:10px;
    position: fixed;
    top: 50px;
    left: -255px;
	background:#000;
	height:100%;
	width:255px;
	z-index: 2;
}

#corpoMenu li {
    float: left;
	width:230px;
	margin-left:5px;
    padding: 8px;
    border-bottom:1px solid #999;
    font-size: 20px;
}

#corpoMenu li:hover {
	background-color:#FFF;
}

#corpoMenu li a {
	color: #fff;
	text-decoration: none;
}

#corpoMenu li a:hover {
	color: #000;
	text-decoration: none;
}

#nav-trigger {
  position: absolute;
  left: 5px; top: 5px;
  z-index: 2;
  height: 24px;
  width: 30px;
  cursor: pointer;
  /* background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>"); */
  background-image: url("http://www.sige.ita.br/img/threelines.png");
  background-size: contain;
}

body {
    /* Without this, the body has excess horizontal scroll when the menu is open */
  overflow-x: hidden;
}

#twitter {
    position: absolute;
    top: 15px;
    right: 15px;
	z-index: 3;
	height: 30px;
    width: 30px;
	background-image: url("http://www.sige.ita.br/img/twitter.png");
}

#facebook {
    position: absolute;
    top: 15px;
    right: 55px;
	z-index: 3;
	height: 30px;
    width: 30px;
	background-image: url("http://www.sige.ita.br/img/facebook.png");
}

#linkedin {
    position: absolute;
    top: 15px;
    right: 95px;
	z-index: 3;
	height: 30px;
    width: 30px;
	background-image: url("http://www.sige.ita.br/img/linkedin.png");
}