#categoriestopmenuxxl {
  background-color:#545254;
  background-image:-moz-linear-gradient(top,#444444,#6b666b);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#444444),to(#6b666b));
  background-image:-webkit-linear-gradient(top,#444444,#6b666b);
  background-image:-o-linear-gradient(top,#444444,#6b666b);
  background-image:linear-gradient(to bottom,#444444,#6b666b);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff6b666b', GradientType=0);
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  clear:both;
  position:relative;
  max-width:1180px;
  min-width:295px;
  margin:10px auto;
  z-index:1000;
  -webkit-text-size-adjust:100%;
}
#categoriestopmenuxxl li {
  border-right:1px solid rgba(0,0,0,0.1);
  float:left;
  list-style-type:none;
  padding:0;
}
#categoriestopmenuxxl li.last { border-right:0; }
#categoriestopmenuxxl a {
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
  display:block;
  position:relative;
  font-family:HELVETICA, sans-serif;
  font-size:15px;
  line-height:15px;
  color:#ffffff;
  text-decoration:none;
  text-shadow:1px 1px 0 rgba(0,0,0,0.2);
  padding:10px;
}
#categoriestopmenuxxl li:hover > a, #categoriestopmenuxxl a.selected {
  background-color:#5b585b;
  background-image:-moz-linear-gradient(top,#6b666b,#444444);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#6b666b),to(#444444));
  background-image:-webkit-linear-gradient(top,#6b666b,#444444);
  background-image:-o-linear-gradient(top,#6b666b,#444444);
  background-image:linear-gradient(to bottom,#6b666b,#444444);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b666b', endColorstr='#ff444444', GradientType=0);
}
#categoriestopmenuxxl span.node_arrow {
  background:url(../img/arrows.png) no-repeat;
  position:absolute;
  top:30%;
  right:10px;
  width:10px;
  height:10px;
  overflow:hidden;
}
#categoriestopmenuxxl ul ul {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  display:none;
  background:white;
  border:5px solid #444444;
  position:absolute;
  width:100%;
  height:510px;
  z-index:1200;
}
#categoriestopmenuxxl .categoriestopmenuxxl_container {
  background:#444444;
  position:relative;
  width:245px;
  height:100%;
  padding:0 5px;
  display:none;
}
#categoriestopmenuxxl .categoriestopmenuxxl_container p {
  color:#ffffff;
  text-shadow:1px 1px 0 rgba(0,0,0,0.2);
  text-align:left;
  margin:0 0 5px;
  padding:0;
}
#categoriestopmenuxxl .categoriestopmenuxxl_container a {
  display:block;
  color:#6b666b;
  margin:0;
  padding:0 !important;
}
#categoriestopmenuxxl .categoriestopmenuxxl_container:hover > a { color:#6b666b; }
#categoriestopmenuxxl a.categoriestopmenuxxl_img {
  width:240px;
  height:auto;
  margin:0 0 10px;
}
#categoriestopmenuxxl p.categoriestopmenuxxl_name {
  font-family:HELVETICA, sans-serif;
  font-size:16px;
  line-height:16px;
}
#categoriestopmenuxxl a.categoriestopmenuxxl_link {
  font-family:Arial, sans-serif;
  font-size:12px;
  font-weight:700;
  position:absolute;
  left:5px;
  bottom:5px;
}
#categoriestopmenuxxl a.categoriestopmenuxxl_link:hover {
  color:#ffffff;
  text-shadow:1px 1px 0 rgba(0,0,0,0.2);
}
#categoriestopmenuxxl ul ul li {
  border:0;
  width:145px;
  margin:10px 0 0 20px;
}
#categoriestopmenuxxl ul ul li a {
  font-size:16px;
  line-height:16px;
  color:#ff0000;
  text-shadow:none;
  padding:10px 0 5px !important;
}
#categoriestopmenuxxl ul ul li:hover > a, #categoriestopmenuxxl ul ul a.selected {
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background:none;
  color:#6b666b;
}
#categoriestopmenuxxl ul ul ul {
  display:block;
  background:none;
  border:0;
  position:relative;
  top:0 !important;
  height:200px;
  overflow:hidden;
  padding:0;
}
#categoriestopmenuxxl ul ul ul li { margin:0; }
#categoriestopmenuxxl ul ul ul li a {
  font-family:Arial, sans-serif;
  font-size:12px;
  line-height:12px;
  color:#777777;
  padding:2px 0 !important;
}
#categoriestopmenuxxl ul ul ul li a:hover {
  font-family:Arial, sans-serif;
  font-size:12px;
  line-height:12px;
  color:red;
  padding:2px 0 !important;
}
#categoriestopmenuxxl ul ul ul ul {
  height:auto;
  padding:0;
}
#categoriestopmenuxxl ul ul ul ul li {
  list-style-type:square;
  line-height:11px;
  margin-left:15px;
}
#categoriestopmenuxxl ul ul ul ul li a {
  display:inline-block;
  font-size:11px;
}
#categoriestopmenuxxl li:hover > ul {
  display:block;
  top:35px;
  left:0;
}
#categoriestopmenuxxl_home {
  background-color:#ff0000;
  background-image:-moz-linear-gradient(top,#ff0000,#ff0000);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#ff0000),to(#ff0000));
  background-image:-webkit-linear-gradient(top,#ff0000,#ff0000);
  background-image:-o-linear-gradient(top,#ff0000,#ff0000);
  background-image:linear-gradient(to bottom,#ff0000,#ff0000);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffff0000', GradientType=0);
  border-right:1px solid rgba(0,0,0,0.1);
  float:left;
}
#categoriestopmenuxxl_home a {
  background:url(../img/home.png) no-repeat center;
  height:15px;
  width:20px;
}
#categoriestopmenuxxl_specials {
  background-color:#ff0000;
  background-image:-moz-linear-gradient(top,#ff0000,#ff0000);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#ff0000),to(#ff0000));
  background-image:-webkit-linear-gradient(top,#ff0000,#ff0000);
  background-image:-o-linear-gradient(top,#ff0000,#ff0000);
  background-image:linear-gradient(to bottom,#ff0000,#ff0000);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffff0000', GradientType=0);
  border-left:1px solid rgba(0,0,0,0.1);
  float:right;
}
#categoriestopmenuxxl_specials a { color:#ffffff; }
#categoriestopmenuxxl_specials a:hover, #categoriestopmenuxxl_specials a.selected {
  background-color:#ff0000;
  background-image:-moz-linear-gradient(top,#ff0000,#ff0000);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#ff0000),to(#ff0000));
  background-image:-webkit-linear-gradient(top,#ff0000,#ff0000);
  background-image:-o-linear-gradient(top,#ff0000,#ff0000);
  background-image:linear-gradient(to bottom,#ff0000,#ff0000);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffff0000', GradientType=0);
}
#categoriestopmenuxxl_news {
  background-color:#ff0000;
  background-image:-moz-linear-gradient(top,#ff0000,#ff0000);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#ff0000),to(#ff0000));
  background-image:-webkit-linear-gradient(top,#ff0000,#ff0000);
  background-image:-o-linear-gradient(top,#ff0000,#ff0000);
  background-image:linear-gradient(to bottom,#ff0000,#ff0000);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffff0000', GradientType=0);
  border-left:1px solid rgba(0,0,0,0.1);
  float:right;
}
#categoriestopmenuxxl_news a { color:#ffffff; }
#categoriestopmenuxxl_news a:hover, #categoriestopmenuxxl_news a.selected {
  background-color:#ff0000;
  background-image:-moz-linear-gradient(top,#ff0000,#ff0000);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#ff0000),to(#ff0000));
  background-image:-webkit-linear-gradient(top,#ff0000,#ff0000);
  background-image:-o-linear-gradient(top,#ff0000,#ff0000);
  background-image:linear-gradient(to bottom,#ff0000,#ff0000);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff0000', endColorstr='#ffff0000', GradientType=0);
}
#categoriestopmenuxxl_showmenu { display:none; }
