@media (max-width: 979px) {
  #categoriestopmenuxxl {
    background-color:#ffffff !important;
    background-image:-moz-linear-gradient(top,#FFFFFF,#ffffff) !important;
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#ffffff)) !important;
    background-image:-webkit-linear-gradient(top,#FFFFFF,#ffffff) !important;
    background-image:-o-linear-gradient(top,#FFFFFF,#ffffff) !important;
    background-image:linear-gradient(to bottom,#FFFFFF,#ffffff) !important;
    background-repeat:repeat-x !important;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#82746b', endColorstr='#FD6102', 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:30%;
    right:10px;
    width:10px;
    height:10px;
    overflow:hidden;
  }
  #categoriestopmenuxxl li {
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background:none;
    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:#82746b;
  }
  #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 #FD6102 !important;
    margin:0 !important;
  }
  #categoriestopmenuxxl_specials {
    border-left:1px solid #FD6102 !important;
    margin:0 !important;
  }
  #categoriestopmenuxxl_news {
    border-left:1px solid #FD6102 !important;
    margin:0 !important;
  }
}