@media (max-width: 979px) {
  #categoriestopmenuxxl {
    background-color:#545254 !important;
    background-image:-moz-linear-gradient(top,#444444,#6b666b) !important;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#444444),to(#6b666b)) !important;
    background-image:-webkit-linear-gradient(top,#444444,#6b666b) !important;
    background-image:-o-linear-gradient(top,#444444,#6b666b) !important;
    background-image:linear-gradient(to bottom,#444444,#6b666b) !important;
    background-repeat:repeat-x !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff6b666b', GradientType=0) !important;
  }
  #categoriestopmenuxxl_ul {
    display:none;
    clear:both;
  }
  #categoriestopmenuxxl_showmenu {
    display:block;
    float:left;
  }
  #categoriestopmenuxxl_showmenu a, #categoriestopmenuxxl_hidemenu a {
    position:relative;
    text-transform:uppercase;
    padding-right:25px;
  }
  #categoriestopmenuxxl_showmenu span.menu_arrow {
    background:url(../img/arrows.png) no-repeat;
    position:absolute;
    top:28%;
    right:10px;
    width:10px;
    height:10px;
    overflow:hidden;
  }
  #categoriestopmenuxxl li {
    border-bottom:1px solid rgba(0,0,0,0.1) !important;
    border:0;
    width:100%;
  }
  #categoriestopmenuxxl li.last, #categoriestopmenuxxl ul ul li { border:0 !important; }
  #categoriestopmenuxxl li:hover > a, #categoriestopmenuxxl a.selected {
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background:#787278;
  }
  #categoriestopmenuxxl ul ul {
    height:auto;
    padding-bottom:10px;
  }
  #categoriestopmenuxxl .categoriestopmenuxxl_container { display:none; }
  #categoriestopmenuxxl ul ul li { margin:5px 15px 0; }
  #categoriestopmenuxxl ul ul li:hover > a, #categoriestopmenuxxl ul ul a.selected { background:none; }
  #categoriestopmenuxxl li  > ul, #categoriestopmenuxxl li:hover  > ul {
    display:block;
    position:static;
  }
  #categoriestopmenuxxl_home {
    border-right:1px solid #ff0000 !important;
    margin:0 !important;
  }
  #categoriestopmenuxxl_specials {
    border-left:1px solid #ff0000 !important;
    margin:0 !important;
  }
  #categoriestopmenuxxl_news {
    border-left:1px solid #ff0000 !important;
    margin:0 !important;
  }
}
