/* 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: 149px; background:#fff; border:1px solid #ccc; }
.droppy ul ul { left: 150px; background:#fff; border:1px solid #ccc;}

/* Everything else is theming */
 
.droppy { height:27px; background:url('/img/menubg.gif') repeat-x left center; line-height:1em; z-index:9999 }
	.droppy .class_1{ font-weight:bold; width:99px; }
		.class_1.hover .class_1{ background:url('/img/menuhover.gif') repeat-x; color:#fff !important; }
		.class_index.hover .class_index{ background:url('/img/menuhover_l.gif') no-repeat; color:#fff !important; }
.droppy a { border-right: 1px solid #ccc; color:#2f6681; font-size: 13px; padding:6px; height:15px; }
	.droppy ul { top: 27px; text-align:left; }
			.droppy ul li a { background: #fff; font-size:12px; height:12px; line-height:12px; }
				.droppy ul a.hover { background: #d1dde3; }
	.droppy ul a { border-right: none; }
/* .droppy ul a { border-bottom: none; } - I also needed this for IE6/7 */

