/* Setting up the drops */
#delayed-drops .nav-item .drops {
	position: absolute;
	z-index: 100;
	display: none;
	background: #fff;
}
#delayed-drops .nav-item:hover .drops, #delayed-drops .nav-item.show .drops {
	display: block;
}
#delayed-drops .nav-item.with-js .drops {
	display: none !important;
}

/* Icing on the cake */
#delayed-drops {
  width: 160px;
  padding: 5px;
  margin: auto;
  background: #3796b9;
  border: 1px solid #333;
}
#delayed-drops a {
  display: block;
  border: none;
  text-align: center;
}
#delayed-drops .nav-item {
  width: 80px;
  float: left;
}
#delayed-drops .drops {
  border: 1px solid #999;
}
#delayed-drops .drops a {
  display: block;
  text-decoration: none;
  border: none;
  padding: 2px 5px 3px 18px;
  background: url(../../wfCorePlugin/images/icons/star.png) center left no-repeat;
  text-align: left;
}
#delayed-drops .drops a:hover {
  background-color: #efefef;
  background-image: url(../../wfCorePlugin/images/icons/zoom.png)
}
#delayed-drops .drops a.first {
  padding-top: 5px;
}
