/* Basic code - don't modify */
 
.droppy {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
ul.droppy li {

	position: relative;
}
ul.droppy a {
	display: block;
}
ul.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 */

ul.droppy ul {
	
}
ul.droppy ul ul {
	left: 200px;
}
/* Everything else is theming */
 
.droppy {
	/* [disabled]background-color: #30A8C3; */
	height: 24px;
}
.droppy *:hover {
	background-color: none;
}
ul.droppy ul a {
	border-right: 1px solid white;
	color: white;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	line-height: 1;
	width: 170px;	
}
ul.droppy ul li.hover a {
	background-color: #0C365B;
	width: 170px;
}
ul.droppy ul li.hover a {
	background-color: #0C365B;
	width: 170px;
}
ul.droppy ul {
	top: 70px;
}
ul.droppy ul ul {
	top: 0px;
}
ul.droppy ul li {
	float:none!important;
}
ul.droppy ul li a {
	background-color: #28689F;
	background-image: none!important;
	text-indent: 0px!important;
	font-size: 14px;
	font-weight: bold;
}
ul.droppy ul a.has-subnav {
	background-color: #213e58;
}
ul.droppy ul li a.hover {
	background-color: #42A252;
	text-decoration: none!important;
}
ul.droppy ul li a {
	border-bottom: 1px solid white;
	border-right: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
	height: auto!important;
	text-decoration: underline!important;
}
