.i18n-ar li.megamenu-li-first-level{
  float:right;
  margin:0 0 0 6px;
  display:inline;
  line-height:24px;
  font-size:15px;
  padding:0px;
  position:relative;
  font-weight:bold;
}
li.megamenu-li-first-level a{
  text-decoration:none;
  text-align:right;
}
.i18n-ar  li.megamenu-li-first-level.first{

}
.i18n-ar li.megamenu-li-first-level.last, li.megamenu-li-first-level.first{
}
 .i18n-ar li.has_child.megamenu-li-first-level > a{
}
ul.nice-menu{
  padding:0;
  margin:0;
}
ul.nice-menu li{
  list-style-image:none;
  list-style-type:none;
}
li.megamenu-li-first-level > a{
}
li.megamenu-li-first-level > a:hover, li.megamenu-li-first-level > a.active{
  color:#FF0000;
}
.mega{
  position:absolute;
  top:37px;
  z-index:10;
  width:175px;
  background-image:url(../../images/main_menu_dropdown.png);
  background-repeat:no-repeat;
  background-position:0 100%;
  padding: 0 0 18px 0;
  display:none;
}
.nice-menu .mega li{
  background-color:#707266;
}
.nice-menu ul.mega{
  padding:0 0 18px 0;
  z-index:1000;
}

.nice-menu .mega ul{
  top:-1px;
  left:-175px;
  margin:0;
  list-style:none;
}
.mega li{
  list-style-image:none;
}
.mega li > a{
  display:block;
  color:#fff;
  padding:5px;
}
.mega li > a:hover,.mega li.active-trail > a{
  background-color:#7e0002;
  color:#ffffff;
}
.mega_item{
  background-image:url(../../images/main_menu.png);
  background-repeat:no-repeat;
  background-position:0 0;
  display:block;
  height:37px;
  color:#fff;
}
.mega_item_left,.nice-menu li.menu-path-front > a.mega_item_left{
  padding:0 0 0 6px;
  background-position:0 -37px;
}
.mega_item_right,.nice-menu li.menu-path-front > a span.mega_item_right{
  background-position:100% 0px;
  padding:0 6px 0 0;
}
.mega_item_center,.nice-menu li.menu-path-front > a span.mega_item_center{
  /*background-position:0 -74px;
  background-repeat:repeat-x;*/
  background-image:none;
  background-color:#7e0002;
  height:30px;
  padding:7px 10px 0 10px;
  white-space: nowrap;
}
.active.mega_item_left,.mega_item_left:hover, .active-trail .mega_item_left,.over .mega_item_left{
  background-position:0 -74px;
}

.active.mega_item_left .mega_item_right,.mega_item_left:hover .mega_item_right,.active-trail .mega_item_right,.over .mega_item_right{
  background-position:100% -111px;
}
.active.mega_item_left .mega_item_center, .mega_item_left:hover .mega_item_center,.active-trail .mega_item_center,.over .mega_item_center{
  background-color:#707266;
}


.mega_has_child{
  padding:0 0 0 15px;
  background-position:0 100%;
  display:block;
  background-image:url(../../images/has_child.png);
  background-repeat:no-repeat;
}

.mega .mega_has_child{
  background-image:url(../../images/has_child_right.png);
  background-position:0 50%;
}
#main_menu{
  position:relative;
  z-index:100;
}
