/* Basic code - don't modify */
 
 .droppy {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
}
  .droppy li {
	display: block;
	list-style: none;
	padding: 0;
	float: left;
	position: relative;
	margin: 0;
}
  .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: 168px; }
.droppy ul ul { left: 168px; }
 
/*.droppy { height: 44px; }*/
.droppy *:hover { background-color: none; }
.droppy li.hover a {
	background-color: #333333;
}
.droppy ul { top: 44px; }
.droppy ul li a {
	background-color: #333333;
	color: white;
	font-size: 11px;
	padding: 6px;
	line-height: 1.6em;
	text-decoration: none;
}
.droppy ul a.has-subnav {
	background-color: #333333
}
.droppy ul a.hover { background-color: #846B5C; }
.droppy ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.96; filter: alpha(opacity=96); }
#nav .mr1em {
	margin-right: 5px;
}
