/* Basic code - don't modify */
 
 .droppy { display: block; margin: 0; padding: 0; position: relative; }
  .droppy li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  .droppy a { display: block; }
  .droppy ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html .droppy ul { line-height: 0; } /* IE6 "fix" */
  	.droppy ul a { zoom: 1; } /* IE6/7 fix */
    .droppy ul li { float: none; }
    .droppy ul ul { top: 0; }
    
/* Essentials - configure this */

.droppy ul { width: 100%; }
.droppy ul ul { left: 120px; }

/* Everything else is theming */
 
.droppy { height: 32px;}
.droppy *:hover { background: #ddd; color: #fff;}
.droppy a { color: #333; background: #fff; text-decoration: none;}
  .droppy a li.hover { color: #fff; background: #ddd; text-decoration: none;}
  .droppy ul { top: 32px;}
    .droppy ul a li { background: #fff; border-bottom:1px solid #ddd; opacity: 0.95px;}
      .droppy ul a.has-subnav { background: #fff;}
			.droppy ul a.hover { background: #ddd; color: #fff;}
   .droppy a ul { border-bottom: 1px solid #ccc; opacity: 0.95; filter: alpha(opacity=95); }
/* .droppy ul a { border-bottom: none; } - I also needed this for IE6/7 */

#nav li ul a li {
	width: 140%;
	opacity: 0.95;
	letter-spacing: 0;
	border-radius: 0;
	box-shadow: 2px 4px 8px -2px rgba(50,50,50,0.1);
}