/* TOP MENU - Blog, Enews */

#superfish-2 {float:right; margin:0 0px 0 15px; padding: 0 0px 0 20px; background-color:#999;}

.top-menu-links ul li.first  {  
border-right: 1px solid #fff;
}

/* Main Nav MENU - Visit, etc */
/*#superfish-1 {margin-top:80px;}

.sf-menu.sf-style-methys-ii {  
  margin: 0;
  padding: 0;
}*/

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

.sf-menu.sf-style-methys-ii li {
  margin: 0 15px 0 0;
  padding: 5px 0;
}

.sf-menu.sf-style-methys-ii li.last {
  margin-right: 20px;
}

.sf-menu.sf-style-methys-ii a {
  color: #fff;
font-family:'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  padding: 0;
  text-decoration: none;  
  text-transform: uppercase;
  z-index: 10000;
}

/* Child Menu */
.sf-menu.sf-style-methys-ii ul {
  background: #fff;
  border: 1px solid #666;
  border-bottom: 2px solid #666;
  margin-top: -6px;
}

.sf-menu.sf-style-methys-ii ul li {
  border-top: 1px dotted #d5d5d5;
  padding: 0;
}

.sf-menu.sf-style-methys-ii ul li.first {
  border-top: none;
}

.sf-menu.sf-style-methys-ii ul li a {
  background: url(../../images/bullet-2.png) 10px 15px no-repeat;
  color: #666;  
  font-family: Georgia, "Times New Roman", serif;
  font-size: 100%;
  font-weight: normal;
  padding: 10px 10px 10px 25px;
  text-transform: none;
  font-style: italic;
}

.sf-menu.sf-style-methys-ii ul li .sf-sub-indicator {
  display: none;
}

/* Hover Links */
.sf-menu.sf-style-methys-ii a:hover,
.sf-menu.sf-style-methys-ii a:focus,
.sf-menu.sf-style-methys-ii a:active {
  color: #ff0066;

}

/* Child Menu Items Hover */

.sf-menu.sf-style-methys-ii ul ul {
	margin-top: 0px;
}
/* Subnav Words color */
.sf-menu.sf-style-methys-ii ul li a:focus,
.sf-menu.sf-style-methys-ii ul li a:hover,
.sf-menu.sf-style-methys-ii ul li a:active {
  background-color: #ff0066;
  /* background-position: 10px -40px;*/
  color: #666;
}

.sf-menu.sf-style-methys-ii ul li li a {
  background-color: #fff;
  background-position: 10px 14px;
  color:#666;
}

.sf-menu.sf-style-methys-ii li.sfHover > a.sf-with-ul {
  color: #ff0066;
}

.sf-menu.sf-style-methys-ii li.sfHover li > a.sf-with-ul:hover {
  color: #fff;
}

/* Active Links */
.sf-menu.sf-style-methys-ii a.active {
  color: #ff0066;
}

.sf-menu.sf-style-methys-ii .active-trail .sf-depth-1 {
  color: #ff0066;
}

/* Child Menu Items Active */
.sf-menu.sf-style-methys-ii ul li a.active {
  color: #ff0066;
}

.sf-menu.sf-style-methys-ii ul li a.active:hover {
  color: #fff;
}

/* Navbar */
.sf-menu.sf-style-methys-ii.sf-navbar li.sf-depth-2 {
  border-top: none;
  border-right: 1px solid #111;
  margin-right: 0;
  color:#333;
}

/* MegaMenu */
.sf-menu.sf-style-methys-ii span.sf-description {
  color: #999;
  display: block;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 5px 0 0 5px;
  padding: 0;
}

.sf-menu.sf-style-methys-ii a.sf-with-ul {
  padding-right: 15px;

}

.sf-menu.sf-style-methys-ii.rtl a.sf-with-ul { /* RTL */
  padding-left: 2.25em;
  padding-right: 1em; 
}

.sf-menu.sf-style-methys-ii ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
  display: inline;
  float: left;
  width: 12em;
}

.sf-menu.sf-style-methys-ii.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
  float: right; /* RTL */
}

.sf-menu.sf-style-methys-ii ul.sf-megamenu li.sf-megamenu-wrapper ol,
.sf-menu.sf-style-methys-ii ul.sf-megamenu li.sf-megamenu-wrapper ol li {
  margin: 0;
  padding: 0;
}

a > .sf-sub-indicator {
  /* background: url(../../images/arrow-4.png) 0 0 no-repeat;
  right: 0;
  top: 3px;
  height: 22px;
  width: 10px;
  z-index: 999;*/
}

a:focus > .sf-sub-indicator, 
a:hover > .sf-sub-indicator, 
a:active > .sf-sub-indicator, 
li:hover > a > .sf-sub-indicator, 
li.sfHover > a > .sf-sub-indicator {
  /* background-position: 0 -56px; */
}

.pane-superfish + .panel-separator {
  clear: both;
}