/* Basic code - don't modify */
 
 #BasicMenuButtons { display: block; margin: 0; padding: 0; position: relative; }
  #BasicMenuButtons li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #BasicMenuButtons a { display: block; }
  #BasicMenuButtons ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #BasicMenuButtons ul { line-height: 0; } /* IE6 "fix" */
  	#BasicMenuButtons ul a { zoom: 1; } /* IE6/7 fix */
    #BasicMenuButtons ul li { float: none; }
    #BasicMenuButtons ul ul { top: 0; }
    
/* Essentials - configure this */

#BasicMenuButtons ul { 
	padding:0;
	margin:0;
	width: auto;
	white-space: nowrap;
}
#BasicMenuButtons ul li {
	width:100%;	
	margin:0 !important;
	padding: 0 !important;
}
#BasicMenuButtons ul ul { left: 135px; }


 .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 { 
	padding:0;
	margin:0;
	width: auto;
	white-space: nowrap;
}
.droppy ul li {
	width:100%;	
	margin:0 !important;
	padding: 0 !important;
}
.droppy ul ul { left: 80px; }
/* Everyn.droppy */

 /*
#BasicMenuButtons { background-col.droppyht: 24px; }
#BasicMenuButtons *:hove.droppylor: none; }
#BasicMenuButtons a { border-right: 1px solid white; color: white; font-size: 12px; pad.droppyeight: 1; }
  #BasicMenuButtons li.hover a {.droppy: #5E5A5A; }
  #BasicM.droppy p: 25px; }
    #BasicMenuButtons ul li a { b.droppy#5E5A5A; }
      #BasicMenuButtons ul a.hover.droppyor: #30A8C3; }
   #BasicMenuButtons ul a { border-bottom: 1px solid white; border-right: none; opacity/*0.9; filter: alpha(opacity=90); }
/* #BasicMenuButtons ul a { border-bottom: none;- I also needed this for IE6/7 */

*/