/* 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: 130px; */
  width: 150px;
  margin-right:0;
}
.droppy ul ul { left: 131px; }

/* Everything else is theming */
 
.droppy { /* background-color: #30A8C3; */ height: 24px; }
.droppy *:hover { background-color: none; }
.droppy a { /* border-right: 1px solid white; */ color: #000; font-size: 12px; /* padding: 6px; */ line-height: 1; }
  /* .droppy li.hover a { background-color: #5E5A5A; }*/
  .droppy li.hover a { background-color: #ffffff; }
  .droppy ul { top: 25px; background-color: #ffffff; }
    /* .droppy ul li a { background-color: #5E5A5A; } */
    .droppy li ul li {
      line-height: 100%;
      margin-right:0 !important;
      display:block !important;
      border-bottom: 1px solid #c5a983; 
      border-left: 1px solid #c5a983; 
      border-right: 1px solid #c5a983; 
    }
    .droppy li ul li:first-child {border-top: 1px solid #c5a983; }
      .droppy ul a.has-subnav { background-color: #2E2A2A }
      .droppy ul a.hover { background-color: #333; color:#fff;}
   .droppy ul li a { 
     border-right: none; 
     opacity: 0.9; 
     filter: alpha(opacity=90); 
     font-size: 12px !important; 
     height:24px !important;
     padding:12px 0 0 4px !important;
   }
/* .droppy ul a { border-bottom: none; } - I also needed this for IE6/7 */

