#categoriestopmenu {
  background-color:#090909;
  background-image:-moz-linear-gradient(top,#090909,#090909);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#090909),to(#090909));
  background-image:-webkit-linear-gradient(top,#090909,#090909);
  background-image:-o-linear-gradient(top,#090909,#090909);
  background-image:linear-gradient(to bottom,#090909,#090909);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff080808', GradientType=0);
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-top:1px solid #dec082;
  border-bottom:1px solid #dec082;
  clear:both;
  margin:0 auto;
  z-index:1000;
  -webkit-text-size-adjust:100%;
}
#categoriestopmenu li {
  background-color:#090909;
  background-image:-moz-linear-gradient(top,#090909,#090909);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#090909),to(#090909));
  background-image:-webkit-linear-gradient(top,#090909,#090909);
  background-image:-o-linear-gradient(top,#090909,#090909);
  background-image:linear-gradient(to bottom,#090909,#090909);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff080808', GradientType=0);
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  float:left;
  position:relative;
  list-style-type:none;
  padding:8px 0;
}
#categoriestopmenu a {
  border-right:1px solid #202020;
  display:block;
  font-family:Arial, sans-serif;
  font-size:11px;
  line-height:11px;
  color:#ffffff;
  font-weight:300;
  text-decoration:none;
  text-transform:uppercase;
  padding:5px 10px;
}
#categoriestopmenu li.last a { border-right:0; }
#categoriestopmenu li:hover > a, #categoriestopmenu a.selected { color:#dec082; }
#categoriestopmenu span.node_arrow {
  background:url(../../../../img/arrows.png) no-repeat;
  position:absolute;
  top:30%;
  right:10px;
  width:10px;
  height:10px;
  overflow:hidden;
}
#categoriestopmenu ul ul {
  display:none;
  background:#090909;
  border-top:1px solid #dec082;
  position:absolute;
  width:180px;
  z-index:1200;
  padding:5px 0 0;
}
#categoriestopmenu ul ul li {
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  background:#090909;
  width:100%;
  margin-right:0 !important;
  padding:0 5px 5px;
}
#categoriestopmenu ul ul li a {
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:0;
  border-radius:0;
  background:#151515;
  border:1px solid #202020;
  color:#ffffff;
  padding:8px 5px;
}
#categoriestopmenu ul ul li.last a { border:1px solid #202020; }
#categoriestopmenu ul ul li:hover > a, #categoriestopmenu ul ul a.selected { color:#dec082; }
#categoriestopmenu ul ul li span.node_arrow {
  background-position:-10px 0;
  top:25%;
}
#categoriestopmenu li:hover > ul {
  display:block;
  top:37px;
  left:0;
}
#categoriestopmenu li li:hover > ul { top:-6px !important; }
#categoriestopmenu_home {
  background-color:#090909;
  background-image:-moz-linear-gradient(top,#090909,#090909);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#090909),to(#090909));
  background-image:-webkit-linear-gradient(top,#090909,#090909);
  background-image:-o-linear-gradient(top,#090909,#090909);
  background-image:linear-gradient(to bottom,#090909,#090909);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff080808', GradientType=0);
  float:left;
  padding:8px 0;
}
#categoriestopmenu_home a {
  background:url(../../../../img/home.png) no-repeat center;
  height:11px;
  width:20px;
}
#categoriestopmenu_specials {
  background-color:#090909;
  background-image:-moz-linear-gradient(top,#090909,#090909);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#090909),to(#090909));
  background-image:-webkit-linear-gradient(top,#090909,#090909);
  background-image:-o-linear-gradient(top,#090909,#090909);
  background-image:linear-gradient(to bottom,#090909,#090909);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff080808', GradientType=0);
  float:right;
  padding:8px 0;
}
#categoriestopmenu_specials a {
  border-left:1px solid #202020;
  border-right:0;
  color:#ffffff;
}
#categoriestopmenu_specials:hover > a, #categoriestopmenu_specials a.selected { color:#dec082; }
#categoriestopmenu_news {
  background-color:#090909;
  background-image:-moz-linear-gradient(top,#090909,#090909);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#090909),to(#090909));
  background-image:-webkit-linear-gradient(top,#090909,#090909);
  background-image:-o-linear-gradient(top,#090909,#090909);
  background-image:linear-gradient(to bottom,#090909,#090909);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff080808', GradientType=0);
  float:right;
  padding:8px 0;
}
#categoriestopmenu_news a {
  border-left:1px solid #202020;
  border-right:0;
  color:#ffffff;
}
#categoriestopmenu_news:hover > a, #categoriestopmenu_news a.selected { color:#dec082; }
#categoriestopmenu_showmenu { display:none; }
