#build-menu-page {
  left: 0;
  position: relative;
}

#build-menu {
	visibility: visible;
	z-index: 0;
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	display: none;
	width: 500px;
  padding: 0;
  position: static;
  z-index: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  left: 0;
  background-color: #000000;
}
#build-menu ul{
	padding:0px;margin:0px;
}
#build-menu li{
	width: 490px;
	height: 30px;
	margin:0;padding:15px 0 0 10px;
	list-style: none;
	border-bottom:1.5px solid #4f4f4f;
	font-family: "CI";
	font-size: 18px;

}
#build-menu li a{
	width: 490px;
	height: 30px;
	text-decoration: none;
	color: #fff;
}
#build-menu li a:hover{
	width: 490px;
	height: 30px;
	text-decoration: none;
	color: #ff850b;
}
.build-menu-animating #build-menu-page {
	position: fixed;
	overflow: hidden;
	width: 100%;
	top: 0;
	bottom: 0;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transition: -webkit-transform 250ms;
	-moz-transition: -moz-transform 250ms;
	-o-transition: -o-transform 250ms;
	-ms-transition: -ms-transform 250ms;
	transition: transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu { display: block }

.build-menu-open #build-menu {
	display: block;
	-webkit-transition-delay: 0ms, 0ms, 0ms;
	-moz-transition-delay: 0ms, 0ms, 0ms;
	-o-transition-delay: 0ms, 0ms, 0ms;
	-ms-transition-delay: 0ms, 0ms, 0ms;
	transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
	-webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	-ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
	transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
}

#menu {  
    position: fixed !important;  
    position: absolute;  
    bottom: 10px;  
	left: 230px;  
    width: 220px;  
    height: 200px;  
    color: #fff;  
    z-index: 9999;
}  
#mobile-bar 
{
    width: 220px;  
    height: 200px;
	display: block;
}
#mobile-bar a
{
    width: 220px;  
    height: 200px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
		background: url('newton.png');
}
#mobile-bar a:hover
{
    width: 220px;  
    height: 200px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
		background: url('newton1.png');
}
#stage0{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url('stage.png');
}
#tsuruma0{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url('tsuruma.png');
}
#nit0{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url('nit.png');
}
#other0{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url('other.png');
}