/*
 * Sample CSS for adding new styles to the /style directory of the Superfish library.
 * 
 * Instructions:
 *
 * 1. Replace the brahminy (below) with the name of the new style.
 *    For example, if the style name is drupal, the class will be sf-style-drupal .
 *
 * 2. Save the file as CSS with the style name as its name.
 *    For example, if the style name is drupal the file will be drupal.css and therefore
 *    libraries/superfish/style/drupal.css.
 *
 * 3. That's it! go to the block conifguration, use the new style, make sure everything is right :)
 *
 */

.sf-menu.sf-style-brahminy {
  float: right;
  margin: 0;
  padding: 0;
}

.sf-menu.sf-style-brahminy.sf-navbar {
  width: 100%;
}

.sf-menu.sf-style-brahminy ul {
  padding-left: 0;
}

.sf-menu.sf-style-brahminy a  {
  color: #0000ff;
  padding: 25px 15px;
}

.sf-menu.sf-style-brahminy a.sf-with-ul {
  padding-right: 2.25em;
}

.sf-menu.sf-style-brahminy.rtl a.sf-with-ul {
  padding-left: 2.25em;
  padding-right: 1em;
}

.sf-menu.sf-style-brahminy span.sf-description {
  color: #0000ff;
  display: block;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 5px 0 0 5px;
  padding: 0;
}

.sf-menu.sf-style-brahminy li,
.sf-menu.sf-style-brahminy.sf-navbar {
  background: #f0f0f0;
}

.sf-menu.sf-style-brahminy li li {
  background: #e0e0e0;
}

.sf-menu.sf-style-brahminy li li li {
  background: #d0d0d0;
}

.sf-menu.sf-style-brahminy #menu-513-1 li:hover,
.sf-menu.sf-style-brahminy #menu-513-1 li.sfHover,
.sf-menu.sf-style-brahminy #menu-513-1 a:focus,
.sf-menu.sf-style-brahminy #menu-513-1 a:hover,
.sf-menu.sf-style-brahminy #menu-513-1 a:active {
  background: #9e9e01;
  outline: 0;
  
}

.sf-menu.sf-style-brahminy li:hover > ul,
.sf-menu.sf-style-brahminy li.sfHover > ul {
  top: 67px;
}
.sf-menu.sf-style-brahminy .sf-sub-indicator {
  background-image: url('/sites/all/libraries/superfish/images/dropdown-arrows.png');
}
div.sf-accordion-toggle.sf-style-brahminy a {
  background: #f0f0f0;
  color: #0000ff;
  padding: 1em;
}
div.sf-accordion-toggle.sf-style-brahminy a.sf-expanded,
.sf-menu.sf-style-brahminy.sf-accordion li.sf-expanded {
  background-color: #c0c0c0;
}
div.sf-accordion-toggle.sf-style-brahminy a.sf-expanded,
.sf-menu.sf-style-brahminy.sf-accordion li.sf-expanded > a {
  font-weight: bold;
}
.sf-menu.sf-style-brahminy.sf-accordion li a.sf-accordion-button {
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 499;
}
.sf-menu.sf-style-brahminy.sf-accordion li li a {
  padding-left: 2em;
}
.sf-menu.sf-style-brahminy.sf-accordion li li li a {
  padding-left: 3em;
}
.sf-menu.sf-style-brahminy.sf-accordion li li li li a {
  padding-left: 4em;
}
.sf-menu.sf-style-brahminy.sf-accordion li li li li li a {
  padding-left: 5em;
}
.sf-menu.sf-style-brahminy ul.sf-megamenu li.sf-megamenu-wrapper ol,
.sf-menu.sf-style-brahminy ul.sf-megamenu li.sf-megamenu-wrapper ol li {
  margin: 0;
  padding: 0;
}
.sf-menu.sf-style-brahminy ul.sf-megamenu li.sf-megamenu-wrapper a.menuparent {
  font-weight: bold;
}
.sf-menu.sf-style-brahminy ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
  display: inline;
  float: left;
  width: 12em;
}
.sf-menu.sf-style-brahminy.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
  float: right;
}
.sf-menu.sf-style-brahminy li.sf-parent-children-1 ul.sf-megamenu {
  width: 12em;
}
.sf-menu.sf-style-brahminy li.sf-parent-children-2 ul.sf-megamenu {
  width: 24em;
}
.sf-menu.sf-style-brahminy li.sf-parent-children-3 ul.sf-megamenu {
  width: 36em;
}
.sf-menu.sf-style-brahminy li.sf-parent-children-4 ul.sf-megamenu {
  width: 48em;
}
.sf-menu.sf-style-brahminy li.sf-parent-children-5 ul.sf-megamenu {
  width: 60em;
}
.sf-menu.sf-style-brahminy li.sf-parent-children-6 ul.sf-megamenu {
  width: 72em;
}
.sf-menu.sf-style-brahminy li.sf-parent-children-7 ul.sf-megamenu {
  width: 84em;
}
.sf-menu.sf-style-brahminy li.sf-parent-children-8 ul.sf-megamenu {
  width: 96em;
}
.sf-menu.sf-style-brahminy li.sf-parent-children-9 ul.sf-megamenu {
  width: 108em;
}
.sf-menu.sf-style-brahminy li.sf-parent-children-10 ul.sf-megamenu {
  width: 120em;
}