/* 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 {
	width: 160px;
}
ul.droppy ul ul {
	left: 131px;
}
/* Everything else is theming */
 
.droppy {
	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!important;
}
ul.droppy ul li.hover a {
	background-color: #FFB448;
}
ul.droppy ul {
	top: 50px;
}
ul.droppy ul li {
	float:none!important;
}
ul.droppy ul li a {
	background-color: #4C0C48;
	background-image: none!important;
	width: 150px;
	text-indent: 0px!important;
	font-size: 14px;
	font-weight: bold;
}
ul.droppy ul a.has-subnav {
	background-color: #FFB448;
}
ul.droppy ul li a.hover {
	background-color: #B72BAC;
	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;
}
