#sidebar-wrapper {
	  position: ;
  top: 0px;
  left: 0px;
  width: 125px;
  background-color: #07838f;
  color: white;
  position: relative;
  height: 100%;
  font-size: 13px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 1;
     background-image: url("mbgm.jpg");
    background-repeat: no-repeat, repeat;
	background-size: 100%;
 
}
.sidebar-nav {
  position: relative;
  top: 30px;
  margin: 0;
  padding: 0;
  width: 125px;
  height: 200px;
  list-style: none;
}
.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}
.sidebar-nav li a {
  color: white;
  display: block;
  text-decoration: none;
}
.sidebar-nav li a:hover {
  background: rgba(255,255,255,0.25);
  color: white;
  text-decoration: none;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

