/* Basic code - don't modify */
 
 .droppy { display: block; margin: 0; padding: 0; position: relative; z-index: 1000; }
  .droppy li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; z-index: 1000; }
  .droppy a { display: block; float: left; z-index: 1000; }
  .droppy ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; z-index: 1000; }
  * 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: 161px; }

/* Everything else is theming */
 
.droppy { height: 24px;}
.droppy *:hover { background-color: none; }
.droppy a { padding: 0; height: 24px; }
	.droppy a img { border: 0; }
  .droppy li.hover a { }
  .droppy ul { display: none; top: 24px; background-color: #567871; padding-top: 6px; }
		.droppy ul li { display: block; float: none; }
    .droppy ul li a { display: block; float: none; padding-top: 0px; padding-left: 12px; color: white; text-decoration: none; font-size: 12px; line-height: 1; }
      .droppy ul a.hover { text-decoration: underline; }
   .droppy ul a { }
/* .droppy ul a { border-bottom: none; } - I also needed this for IE6/7 */


