.menu-img {
	width:100%;
}

.menu-img:hover {
  background-color: yellow;
}


/* listings of items Start */
.listings {
  width:100%;
  position:absolute;
  top:50px;
  left:0px;
  bottom:50px;
  overflow:auto;
  padding-bottom:10px;
}

.listings .item {
  display:block;
  border-bottom:1px solid #eee;
  padding:10px;
  text-decoration:none;
}
.listings .item:last-child { border-bottom:none; }
.listings .item .title {
  color:#00853e;
  font-weight:700;
}

.listings .item .title small { font-weight:400; }
.listings .item.active .title,
.listings .item .title:hover { color:#8cc63f; }
.listings .item.active {
  background-color:#f8f8f8;
}
::-webkit-scrollbar {
  width:3px;
  height:3px;
  border-left:0;
  background:rgba(0,0,0,0.1);
}
::-webkit-scrollbar-track {
  background:none;
}
::-webkit-scrollbar-thumb {
  background:#00853e;
  border-radius:0;
}
/* listings of items End*/

.pad2 {
  padding:20px;
}