/* 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: 160px; }
.droppy ul ul { left: 131px; }

/* Everything else is theming */
 
.droppy { height: 30px; width:700px;margin:auto;z-index:100;}
.droppy li:hover{background-image:url(/img/lueur.png);background-position: center middle;background-repeat: no-repeat;}
.droppy *:hover { background-color: none; }
.droppy a { color: #ffb52a; font-size: 12px; padding: 6px; line-height: 1;line-height: 17px;font-weight:bold; text-decoration: none;margin-right: 10px; }
  .droppy li.hover a { background-color: none; }
  .droppy ul { top: 30px; }
    .droppy ul li a { background-color: #411b0e; }
      .droppy ul a.has-subnav { background-color: #411b0e }
			.droppy ul a.hover { background-color: #af973d;color:#411b0e; }
   .droppy ul a { border-bottom: 1px solid #ffb52a; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* .droppy ul a { border-bottom: none; } - I also needed this for IE6/7 */