#categoriestopmenu {
  background-color:#585858;
  background-image:-moz-linear-gradient(top,#777777,#2b2b2b);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#777777),to(#2b2b2b));
  background-image:-webkit-linear-gradient(top,#777777,#2b2b2b);
  background-image:-o-linear-gradient(top,#777777,#2b2b2b);
  background-image:linear-gradient(to bottom,#777777,#2b2b2b);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff777777', endColorstr='#ff2a2a2a', GradientType=0);
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:2px 2px 0 0;
  border-radius:2px 2px 0 0;
  border:1px solid #444444;
  border-bottom-color:#2b2b2b;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  clear:both;
  margin:0 auto;
  z-index:1000;
  -webkit-text-size-adjust:100%;
}
#categoriestopmenu li {
  border-right:1px solid rgba(0,0,0,0.4);
  float:left;
  position:relative;
  list-style-type:none;
  padding:0;
}
#categoriestopmenu li.last { border-right:0; }
#categoriestopmenu a {
  display:block;
  font-family:Arial, sans-serif;
  font-size:16px;
  line-height:16px;
  color:#ffffff;
  font-weight:300;
  text-decoration:none;
  text-shadow:1px 1px 0 rgba(0,0,0,0.4);
  padding:15px;
}
#categoriestopmenu li:hover > a, #categoriestopmenu a.selected {
  background-color:#494949;
  background-image:-moz-linear-gradient(top,#2b2b2b,#777777);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#2b2b2b),to(#777777));
  background-image:-webkit-linear-gradient(top,#2b2b2b,#777777);
  background-image:-o-linear-gradient(top,#2b2b2b,#777777);
  background-image:linear-gradient(to bottom,#2b2b2b,#777777);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a2a2a', endColorstr='#ff777777', GradientType=0);
}
#categoriestopmenu span.node_arrow {
  position:absolute;
  top:40%;
  right:8px;
  width:12px;
  height:12px;
  overflow:hidden;
  text-align:center;
}
#categoriestopmenu span.node_arrow:before {
  opacity:0.8;
  filter:alpha(opacity=80);
  content:"\f0d7";
  font-family:'icomoon';
  font-weight:300;
  font-size:16px;
  color:#dddddd;
  display:block;
  margin-top:-3px;
}
#categoriestopmenu ul ul {
  display:none;
  position:absolute;
  width:180px;
  z-index:1200;
}
#categoriestopmenu ul ul li {
  background:#777777;
  border-bottom:1px solid rgba(0,0,0,0.2) !important;
  border:0;
  width:100%;
  margin-right:0 !important;
}
#categoriestopmenu ul ul li.last { border:0 !important; }
#categoriestopmenu ul ul li a {
  color:#ffffff;
  padding:12px 15px;
}
#categoriestopmenu ul ul li:hover > a, #categoriestopmenu ul ul a.selected {
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background:#6a6a6a;
}
#categoriestopmenu ul ul li span.node_arrow { right:5px; }
#categoriestopmenu ul ul li span.node_arrow:before { content:"\f0da"; }
#categoriestopmenu li:hover > ul {
  display:block;
  top:46px;
  left:0;
}
#categoriestopmenu li li:hover > ul {
  top:0 !important;
  left:180px;
}
#categoriestopmenu_home {
  background-color:#3a3a3a;
  background-image:-moz-linear-gradient(top,#444444,#2b2b2b);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#444444),to(#2b2b2b));
  background-image:-webkit-linear-gradient(top,#444444,#2b2b2b);
  background-image:-o-linear-gradient(top,#444444,#2b2b2b);
  background-image:linear-gradient(to bottom,#444444,#2b2b2b);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff2a2a2a', GradientType=0);
  border-right:1px solid rgba(0,0,0,0.4);
  float:left;
}
#categoriestopmenu_home a {
  height:16px;
  width:20px;
}
#categoriestopmenu_home a:before {
  content:"\e600";
  font-family:'icomoon';
  font-size:21px;
  font-weight:300;
  color:#dddddd;
}
#categoriestopmenu_specials {
  background-color:#3a3a3a;
  background-image:-moz-linear-gradient(top,#444444,#2b2b2b);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#444444),to(#2b2b2b));
  background-image:-webkit-linear-gradient(top,#444444,#2b2b2b);
  background-image:-o-linear-gradient(top,#444444,#2b2b2b);
  background-image:linear-gradient(to bottom,#444444,#2b2b2b);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff2a2a2a', GradientType=0);
  border-left:1px solid rgba(0,0,0,0.4);
  float:right;
}
#categoriestopmenu_specials a { color:#ffffff; }
#categoriestopmenu_specials a:hover, #categoriestopmenu_specials a.selected {
  background-color:#353535;
  background-image:-moz-linear-gradient(top,#2b2b2b,#444444);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#2b2b2b),to(#444444));
  background-image:-webkit-linear-gradient(top,#2b2b2b,#444444);
  background-image:-o-linear-gradient(top,#2b2b2b,#444444);
  background-image:linear-gradient(to bottom,#2b2b2b,#444444);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a2a2a', endColorstr='#ff444444', GradientType=0);
}
#categoriestopmenu_news {
  background-color:#3a3a3a;
  background-image:-moz-linear-gradient(top,#444444,#2b2b2b);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#444444),to(#2b2b2b));
  background-image:-webkit-linear-gradient(top,#444444,#2b2b2b);
  background-image:-o-linear-gradient(top,#444444,#2b2b2b);
  background-image:linear-gradient(to bottom,#444444,#2b2b2b);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff2a2a2a', GradientType=0);
  border-left:1px solid rgba(0,0,0,0.4);
  float:right;
}
#categoriestopmenu_news a { color:#ffffff; }
#categoriestopmenu_news a:hover, #categoriestopmenu_news a.selected {
  background-color:#353535;
  background-image:-moz-linear-gradient(top,#2b2b2b,#444444);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#2b2b2b),to(#444444));
  background-image:-webkit-linear-gradient(top,#2b2b2b,#444444);
  background-image:-o-linear-gradient(top,#2b2b2b,#444444);
  background-image:linear-gradient(to bottom,#2b2b2b,#444444);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a2a2a', endColorstr='#ff444444', GradientType=0);
}
#categoriestopmenu_showmenu { display:none; }
