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

 .droppy li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

 .droppy ul {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 40;

}

 * 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 {
    background-color: #007ac0;
    border-radius: 0em 0em 1.5em 1.5em;
    padding-bottom: 20px;
    z-index: 80;
    min-width: 200px;
}

.droppy ul ul {
    left: 151px;
}

/* Everything else is theming */
 .droppy *:hover {
}


.droppy a {
   display: inline;
   padding: 8px 28px 5px 25px;
   height: 10px;

}

 .droppy ul {
    top: 25px;
    padding-top: 20px;


}

 .droppy ul li {
    text-align:left;
    padding: 5px 15px 5px 15px;
}

 .droppy ul li a {
    padding-left: 15;
    padding-right: 15;
    font-size: 17px;
    line-height: 20px;
    font-weight: normal;
    width: 100%;
}

 .droppy ul li:hover {
    background-color: #9ad435;
    color: #363636;
}

 .droppy ul a.has-subnav {
    background-color: none ;

}

 .droppy ul a {
    opacity: 1;
    filter: alpha(opacity=100);
}

        

.droppy li {
	margin:0;
    line-height:0px;

}


.droppy li li{
    padding: 7px 10px 10px 0px;
	margin:0;
	background:none;
    height: 18px;
}