/**
 * @file
 * Megamenu custom skin stylesheet
 */
.block-megamenu .megamenu-menu {
  padding: 0;
}

.megamenu-skin-mmc .megamenu-bin {
	background-color: #2fadea;
  border-bottom: 6px solid #1c84b7;
  left: -10px !important;
	line-height: 2em;
	margin-top: 0;
	padding: 20px;
	z-index: -1;
}

.megamenu-skin-mmc li.megamenu-parent {
  background: url('../images/nav_bg.jpg') repeat-x #1981b3;
  background-position: 0px 1px;
  float: left;  
  height: 40px;
  margin-right: 1px;
}

.megamenu-skin-mmc li.megamenu-parent.megamenu-parent-1 .megamenu-bin {
  left: -238px !important;
}

.megamenu-skin-mmc li.megamenu-parent.last {
  background: url('../images/nav_bg.jpg') repeat-x #1981b3;
  background-position: 0px 1px;
  display: inline-block;  
  height: 40px;
}

.megamenu-skin-mmc li.megamenu-parent:hover {
  background: url('../images/nav_bg_hover.jpg') no-repeat #2fadea;
  background-position: 50% 1px;
  display: inline-block;  
  height: 39px;
}

.megamenu-skin-mmc li.megamenu-parent.last {
  margin-right: 0;
}

.megamenu-skin-mmc li.megamenu-parent.last h2 a {
  margin-right: 0;  
  padding-right: 9px;
}

.megamenu-skin-mmc li.megamenu-parent h2 a {
  color: #fff;
  display: inline-block;
  font-family: "arial";
  font-size: 18px;
  font-weight: 700;  
  height: 38px;
  margin-bottom: 1px;
  line-height: 2.2em;
  width: 245px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #1c85b5;
}

.megamenu-skin-mmc li.megamenu-slot h3 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.megamenu-skin-mmc li.megamenu-parent h2.megamenu-parent-title {
  display: block;
  height: 41px;
}

.megamenu-skin-mmc li {
  list-style-type: none;
}

.megamenu-skin-mmc .megamenu-item a,
.megamenu-skin-mmc .megamenu-item a:hover {
  font-size: 11px;
}

.megamenu-skin-mmc .megamenu-item a {
  background: url('../images/list.jpg') top left no-repeat;
  color: #fff;
  line-height: 11px;
  padding-left: 10px;
}

.megamenu-skin-mmc .megamenu-item a:hover {
  background: url('../images/list_hover.jpg') top left no-repeat; 
}

.megamenu-skin-mmc .megamenu-item a:hover {
  color: #fff200;
}

.megamenu-menu.megamenu-skin-mmc .megamenu-slot {
  background: url('../images/menu_slot_divider.jpg') top right repeat-y;
  margin: 0;
  padding: 0 10px;
  min-height: 120px !important;
}

.megamenu-menu.megamenu-skin-mmc .megamenu-slot.first.last {
  padding: 0;
}

.megamenu-menu.megamenu-skin-mmc .megamenu-slot.first {
  padding: 0 10px 0 0;
}

.megamenu-menu.megamenu-skin-mmc .megamenu-slot.last {
  background: none;
  padding: 0 0 0 10px;  
}