.typography ul.megamenu {
  background: transparent !important;
  border: 0;
  margin: 0px auto;
  padding: 0;
  list-style: none;
  display: none;
  float:right;
  font-family:Trebuchet MS;
}

ul.megamenu li.mm-item {
}

.typography ul.megamenu li {
  margin: 0px;
  padding: 0px;
}

.typography ul.megamenu li.clear-fix {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

.typography ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
  position: relative;
  display: inline-block;
  color: #FFF;
  padding:5px 6px 18px;
  margin: 0px 3px 0px 0px;
  text-decoration: none;
  z-index: 10;
  font-size: 16px;
  font-weight:bold;
  text-transform:uppercase;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}


.typography ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {
	color: #444;
	background: #FFF;
	border-top: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	behavior: url(PIE.htc);
}
.typography ul.megamenu a.no-bg:link, ul.megamenu a.no-bg:visited{background:none; border:0; color:#fff;}
.typography ul.megamenu div.mm-item-content {
	background:#fff;
	padding: 0px;
	position: absolute;
	border: 0;
	z-index: 9;
	behavior: url(PIE.htc);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
	border:solid 1px #e3e3e3;
}

.mm-content-base {
	/*background:#fff;*/
	position: relative !important;
	z-index: 11;
	padding: 0;  

}
.mm-content-wrapper {
 	/*background:  url('../images/menu-bg.png') 0 0 repeat #fff ;
 	behavior: url(PIE.htc);
  	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;*/
	padding:25px;
	display:block;
	overflow:hidden;

}
.mm-js-shadow {
  background: #555;
  position: absolute;
  z-index: 10;
  
}
.menu, .verticalmenu{display:block; overflow:hidden;}

.typography ul.vertical-parent-menu, .child-menu-container, .child-menu-container ul.vertical-child-menu{float:left;}
.typography ul.vertical-parent-menu{margin:0px; padding:0px; list-style:none; width:250px;}
.typography ul.vertical-parent-menu li{display:block; line-height:28px;}
.typography ul.vertical-parent-menu li a{color:#545454; display:block; font-size:14px; font-weight:bold; padding:0; text-decoration:none; text-transform:uppercase;	line-height:28px;}
.typography ul.vertical-parent-menu li a:hover{color:#f94f21;}
.child-menu-container{width:640px; background:url("../images/menu-line.jpg") 0 0 repeat-y;}
.child-menu-container ul.vertical-child-menu{margin:0px; padding:0px; list-style:none;}
.child-menu-container ul.vertical-child-menu li{display:block;}
.child-menu-container ul.vertical-child-menu li a{color:#545454; display:block; font-size:14px; padding:0 0 0 18px; text-decoration:none; text-transform:uppercase; line-height:28px;}
.child-menu-container ul.vertical-child-menu li a:hover{color:#f94f21; background:url("../images/menu-line-hover.jpg") 0 5px no-repeat;}
.child-menu-container .menu-img{display:block !important; overflow:hidden; float:right; width:365px; height:250px; text-align:right;}