
/* Basic code - don't modify */
 
.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: left;
}

.droppy ul ul {
	top: 0;
}

/* Essentials - configure this */

.droppy ul {
	width:100%;
	background-color: #3f60ad;
	margin:0;
}

/* Everything else is theming */

.droppy ul li {
	border-right:none !important;
}

.droppy ul li a {
	width:190px;
	padding:5px !important;
	background-color: #3f60ad;
	text-align:left !important;
	color:#FFFFFF;
}

.droppy ul a.has-subnav {
	background-color: #2E2A2A
}

.droppy ul a.hover {
	color:#FFFFFF;
	background-color: #004197;
}
/* .droppy ul a { border-bottom: none; } - I also needed this for IE6/7 */
