/* Dropit v1.1.0 http://dev7studios.com/dropit Copyright 2012, Dev7studios Free to use and abuse under the MIT license. http://www.opensource.org/licenses/mit-license.php */
/* These styles assume you are using ul and li */
.dropit { list-style: none; padding: 0; margin: 0; }

.dropit .dropit-trigger { position: relative; }

.dropit .dropit-submenu { position: absolute; top: 100%; left: -28px; /* dropdown left or right */ z-index: 1000; display: none; min-width: 80px; list-style: none; padding-top: 1rem; padding-left: 10px; margin-top: 5px; background-color: white; border: 1px solid white; box-shadow: 0px 1px 2px #3d3d43; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }

.dropit a { color: black; }

.dropit .dropit-open .dropit-submenu { display: block; }

/*# sourceMappingURL=dropit.css.map */