/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 999;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}




/* superfish skin */
.sf-menu ul {
  box-shadow: 1px 1px 4px rgba(0,0,0,.2);
  min-width: 12em; /* allow long menu items to determine submenu width */
  *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
  /*border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF;
  border-top: 1px solid rgba(255,255,255,.5);*/
  padding: 0.66em 3em 0.66em 1em;
  text-decoration: none;
  zoom: 1; /* IE7 */
}
.sf-menu li.primary > a {
  padding: 0.66em 0; /* was 2.2em */
}
.sf-menu ul li {
  color: #386c8f;
  background: #f7f7f7;
  white-space: nowrap; /* no need for Supersubs plugin */
  *white-space: normal; /* ...unless you support IE7 (let it wrap) ... um, and ie8? :( */
  -webkit-transition: background .2s;
  transition: background .2s;
  text-align: left;
}
.sf-menu ul li a:hover {
  color: #88c1db;
}
.sf-menu ul li a {
  color: #386c8f;
}
.corporate .sf-menu ul li a {
  color: #777;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul { background: url('/includes/images/websiteNew/icn_arr_r_blue.png') no-repeat right 10px center; }
.sf-arrows .sf-with-ul:hover{ background: url('/includes/images/websiteNew/icn_arr_r_black.png') no-repeat right 10px center; }

/* tweaks for corporate pages/skin */
.corporate .sf-arrows .sf-with-ul { background: url('/includes/images/websiteNew/icn_arr_r_grey.png') no-repeat right 10px center; }

/* no arrows for primary nav buttons */
ul.sf-menu > li.primary > a{ background: none; white-space: nowrap; }
ul.sf-menu li.primary > a:hover{ background: none; }
.corporate ul.sf-menu li.primary > a{ background: none; }

.sub-menu {
    display: none;
}