#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: none;
  display: inline-block;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  min-width: 80px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 #ececec;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li.active > a {
  background: #999999 url(images/grad_light.png) repeat-x left bottom;
  background: -moz-linear-gradient(top, #999999 0%, #999999 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #999999));
  background: -webkit-linear-gradient(top, #999999 0%, #999999 100%);
  background: -o-linear-gradient(top, #999999 0%, #999999 100%);
  background: -ms-linear-gradient(top, #999999 0%, #999999 100%);
  background: linear-gradient(to bottom, #999999 0%, #999999 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#999999', endColorstr='#999999', GradientType=0);
  box-shadow: inset 0 0 50px #999999, inset 0 50px 50px #999999;
  -moz-box-shadow: inset 0 0 50px #999999, inset 0 50px 50px #999999;
  -webkit-box-shadow: inset 0 0 50px #999999, inset 0 50px 50px #999999;
  filter: none;
}
#cssmenu > ul > li.active a:hover {
  background: -moz-linear-gradient(top, #d6491e 0%, #d6491e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #993300), color-stop(100%, #993300));
  background: -webkit-linear-gradient(top, #d6491e 0%, #d6491e 100%);
  background: -o-linear-gradient(top, #d6491e 0%, #d6491e 100%);
  background: -ms-linear-gradient(top, #d6491e 0%, #d6491e 100%);
  background: linear-gradient(to bottom, #d6491e 0%, #d6491e 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#d6491e', endColorstr='#d6491e', GradientType=0);
    box-shadow: inset 0 0 50px #d6491e, inset 0 50px 50px #d6491e;
  -moz-box-shadow: inset 0 0 50px #d6491e, inset 0 50px 50px #d6491e;
  -webkit-box-shadow: inset 0 0 50px #d6491e, inset 0 50px 50px #d6491e;
  filter: none;
}
#cssmenu > ul > li a {
  box-shadow: inset 0 0 0 50px #999999;
  -moz-box-shadow: inset 0 0 0 50px #999999;
  -webkit-box-shadow: inset 0 0 0 50px #999999;
  background: #999999 url(images/grad_light.png) repeat-x left top;
  background: -moz-linear-gradient(top, #999999 0%, #999999 50%, #999999 51%, #999999 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(50%, #999999), color-stop(51%, #999999), color-stop(100%, #999999));
  background: -webkit-linear-gradient(top, #999999 0%, #999999 50%, #999999 51%, #999999 100%);
  background: -o-linear-gradient(top, #999999 0%, #999999 50%, #999999 51%, #999999 100%);
  background: -ms-linear-gradient(top, #999999 0%, #999999 50%, #999999 51%, #999999 100%);
  background: linear-gradient(to bottom, #999999 0%, #999999 50%, #999999 51%, #999999 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#999999', endColorstr='#999999', GradientType=0);
  border-bottom: 0 none;
  border-top: 0 none;
  border-right: 0 none;
  line-height: 35px;
  padding: 0 20px;
  filter: none;
}
#cssmenu > ul > li a:hover {
  background: #d6491e url(images/grad_light.png) repeat-x left bottom;
  background: -moz-linear-gradient(top, #d6491e 0%, #d6491e 50%, #d6491e 51%, #d6491e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6491e), color-stop(50%, #d6491e), color-stop(51%, #d6491e), color-stop(100%, #d6491e));
  background: -webkit-linear-gradient(top, #d6491e 0%, #d6491e 50%, #d6491e 51%, #d6491e 100%);
  background: -o-linear-gradient(top, #d6491e 0%, #d6491e 50%, #d6491e 51%, #d6491e 100%);
  background: -ms-linear-gradient(top, #d6491e 0%, #d6491e 50%, #d6491e 51%, #d6491e 100%);
  background: linear-gradient(to bottom, #d6491e 0%, #d6491e 50%, #d6491e 51%, #d6491e 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#d6491e', endColorstr='#d6491e', GradientType=0);
  box-shadow: inset 0 0 50px #d6491e, inset 0 50px 50px #d6491e;
  -moz-box-shadow: inset 0 0 50px #d6491e, inset 0 50px 50px #d6491e;
  -webkit-box-shadow: inset 0 0 50px #d6491e, inset 0 50px 50px #d6491e;
  filter: none;
}
#cssmenu > ul > li:first-child a {
  border-radius: 0px 0 0 0px;
  -moz-border-radius: 0px 0 0 0px;
  -webkit-border-radius: 0px 0 0 0px;
  border-left: 0 none;
}
#cssmenu > ul > li:last-child a {
  border-radius: 0 0px 0px 0;
  -moz-border-radius: 0 0px 0px 0;
  -webkit-border-radius: 0 0px 0px 0;
}
#cssmenu .has-sub:hover ul {
  display: block;
  background:#993300;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  top: 36px;
  left: 2px;
  min-width: 100%;
  text-align: left;
  *width: 100%  !important; min-width:250px; max-width:250px;
}
#cssmenu .has-sub ul li {
  text-align: center;
}
#cssmenu .has-sub ul li a {
  border-top: 0 none;
  border-left: 0 none;
  display: block;
  font-size: 14px;
  line-height: 15px;
  padding: 9px 5px;
  text-align: left;
}