/* ドロップダウンメニュー 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: 185px; }
.droppy ul ul { left: 190px; }

/* Everything else is theming */
 
.droppy { }
.droppy span,
.droppy a.has-subnav {
	padding-right: 18px !important;
	background: url(../img/share/mark_03.gif) no-repeat right center;
}
.droppy a {  }
  .droppy li.hover a { background-color: #fff; }
  .droppy ul { top: 27px; }
    .droppy ul li a { background-color: #fff; }
      .droppy ul a.has-subnav { background: #fff; }
      .droppy ul a.has-subnav:after { content: " »"; color: #c33; }
			.droppy ul a.hover { background-color: #eee; }
   .droppy ul a { opacity: 0.9; filter: alpha(opacity=90); }
/* .droppy ul a { border-bottom: none; } - I also needed this for IE6/7 */
