/* Basic code - don't modify */
 
 .navigationList { display: block; position: relative; }
  /*.navigationList li { display: block; list-style: none; float: left; position: relative; }*/<br>
  .navigationList li { display: block; list-style: none; position: relative; }
  .navigationList a { display: block; }
  .navigationList ul { display: none; position: absolute; left: 0; }
  * html .navigationList ul { line-height: 0; } /* IE6 "fix" */
  	.navigationList ul a { zoom: 1; } /* IE6/7 fix */
    .navigationList ul li { float: none; }
    .navigationList ul ul { top: 0; }
    
/* Essentials - configure this */
/*
.navigationList ul { width: 130px; }
.navigationList ul ul { left: 131px; }
*/

/* Everything else is theming */
 
/*
.navigationList { background-color: #30A8C3; height: 24px; }
.navigationList *:hover { background-color: none; }
.navigationList a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; }
  .navigationList li.hover a { background-color: #5E5A5A; }
  .navigationList ul { top: 25px; }
    .navigationList ul li a { background-color: #5E5A5A; }
      .navigationList ul a.hover { background-color: #30A8C3; }
   .navigationList ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
 */
/* .navigationList ul a { border-bottom: none; } - I also needed this for IE6/7 */


