/* Setting up the drops */
#delayed-drops .nav-item .drops {
	position: absolute;
	z-index: 1001;
	display: none;
	background: #044b5a;
	top:110px;
	left:490px;
	padding:5px;
}
#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: auto;
  /*padding: 5px;*/
  margin:5px 0 0 0px;
  /*background: #3796b9;
  border: 1px solid #333;*/
}

#delayed-drops li a {
  display: block;
  border: none;
  text-align: center;
  text-decoration:none; 
  font:16px 'akzidenz-extbditalic'; 
  color:#60757b; 
  text-transform:capitalize; 
  margin:1px 0 0 33px; 
  text-shadow:2px 1px #fff;
}

.drops a {
  text-decoration:none; font:15px 'akzidenz-italic'; color:#fff; text-transform:capitalize; 
}

#delayed-drops .service{
	font-size:17px;
	margin:0 0px 0px 0px;
	float:left; width:65px; text-align:center; 
	font-family:Arial, Helvetica, sans-serif;
}

#delayed-drops .service1{
	font-size:17px;
	 margin:0 0px 0px 0px;
	float:left; width:75px; text-align:center; font-family:Arial, Helvetica, sans-serif;
}

#delayed-drops .nav-item a:hover {
  color:#990001;
}

#delayed-drops .nav-item {

  float: left;
    margin-right:1px;
}
#delayed-drops .drops {
/*  border: 2px solid #d95606;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;*/
  width:140px;
}
#delayed-drops .drops a {
  display: block;
  text-decoration: none;
  border : none;
  padding: 5px 5px 5px 10px;
 background: url(../../wfCorePlugin/images/icons/star.png) center left no-repeat;
  text-align: left;
}
#delayed-drops .drops a:hover {
  background-color: #fff;
  color:#01a5ca;
  background-image: url(../../wfCorePlugin/images/icons/zoom.png)
  
}
#delayed-drops .drops a.first {
  padding-top: 5px;
}