/* Basic code - don't modify */
 
 .droppy { display: block; margin: 0 auto; padding: 0; position: relative; width:960px;}
  .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: 210px; }
.droppy ul ul { left: 211px; }
/* Everything else is theming */
 
.droppy { background-color: #e83631/*#75b59a*/;}
.droppy *:hover { color: #8e7011; }
.droppy a {color: #26180c; font-size: 14px; padding:25px 22px; line-height: 1; }
  .droppy li.hover a { background-color:#ffc81b; }
  .droppy ul { top: 64px; }
    .droppy ul li a { background-color: #ffc81b; padding:10px; }
      .droppy ul a.has-subnav { background-color: #ffc81b; }
			/*.droppy ul a.hover { background-color: #30A8C3; }*/
   .droppy ul a {border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* .droppy ul a { border-bottom: none; } - I also needed this for IE6/7 */
