/* Basic code - don't modify */
 
 .droppy { display: block; margin: 0; padding: 0; position: relative; width: 120px; float: left; }
  .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: 119px; }
.droppy ul ul { left: 119px; }
h1{
font-size:10px;
color:#FFFFFF;
}

/* Everything else is theming */
 
.droppy { background-color: #bbbbbb; height: 33px; }
.droppy *:hover { background-color: none; }
.droppy a { border-right: 0px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1.2; }
.droppy #salon a { padding: 0px; }
.droppy #stylist a { padding: 0px; }
.droppy #style a { padding: 0px; }
  .droppy li.hover a { background-color: #bbbbbb; text-decoration: none; }
  .droppy ul { top: 33px; }
    .droppy ul li a { background-color: #bbbbbb; }
      .droppy ul a.has-subnav { background-color: #2E2A2A }
			.droppy ul a.hover { background-color: #888888; }
			
			/* html>/** /body .droppy ul a { border-bottom /*\** /: 1px solid white\9; border-right /*\** /: none\9; } */
   .droppy ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
   head~/* */body .droppy ul a { 
   border-bottom: 1px solid white; 
   border-right: none; 
   opacity: 0.9 ;
   filter: 
   } /* IE8 */
   
/* .droppy ul a { border-bottom: none; } - I also needed this for IE6/7 */


