/* 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: 130px; }
.droppy ul ul { left: 131px; }

/* Everything else is theming */
 
.droppy {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	height: 32px; 
}

.droppy *:hover { 
	background-color: none; 
}

.droppy a {
	border-right: 1px solid #c1c1c1; 
	color: #000; 
	font-size: 12px; 
	padding: 0 20px; 
	line-height: 32px; 
}

.droppy li.hover {
	background-color:#fff; 
	height: 33px;
}

.droppy li.hover a { 
	color: #bc0d12;
}

.droppy ul { 
	background-color: #fff; 
	border: 1px solid #c1c1c1;
	border-top: none;
	top: 33px; 
	left: -1px;
}

.droppy ul li a {
	color: #000 !important;
}

.droppy ul a.has-subnav { 
	background-color: #fff ;
	color: #000;
}

.droppy ul li.hover {
	height: 32px !important;
}

.droppy ul li.hover a.hover {
	color: #bc0d12 !important;
}

.droppy ul a { 
	border: none;
	opacity: 0.9; 
	color: #000;
	filter: alpha(opacity=90); 
}

