#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  height: 49px;
  border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -webkit-border-radius: 0px 0px 0 0;
  background: #1e1e1e; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #000000 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #000000 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #1e1e1e; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #000000 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom, #000000 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  color: #ffffff;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 49px;
  padding: 0 20px;
  text-decoration: none;
  font-weight:bold;
  border-right:1px dotted #777777
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  
  margin-left: -10px;
}
#cssmenu > ul > li:first-child a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:last-child a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active a {
  box-shadow: inset 0 0 3px #1e1e1e;
  -moz-box-shadow: inset 0 0 3px #1e1e1e;
  -webkit-box-shadow: inset 0 0 3px #1e1e1e;
  background: #1e1e1e;
  background: -moz-linear-gradient(top, #f1e85b 0%, #f1e85b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1e85b), color-stop(100%, #f1e85b));
  background: -webkit-linear-gradient(top, #f1e85b 0%, #f1e85b 100%);
  background: -o-linear-gradient(top, #f1e85b 0%, #f1e85b 100%);
  background: -ms-linear-gradient(top, #f1e85b 0%, #f1e85b 100%);
  background: linear-gradient(to bottom, #f1e85b 0%, #f1e85b 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f1e85b', EndColorStr='#f1e85b', GradientType=0);
}
#cssmenu > ul > li:hover > a {
  background: #db0b0b;
  background: -moz-linear-gradient(top, #db0b0b 0%, #db0b0b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db0b0b), color-stop(100%, #db0b0b));
  background: -webkit-linear-gradient(top, #db0b0b 0%, #db0b0b 100%);
  background: -o-linear-gradient(top, #db0b0b 0%, #db0b0b 100%);
  background: -ms-linear-gradient(top, #db0b0b 0%, #db0b0b 100%);
  background: linear-gradient(to bottom, #db0b0b 0%, #db0b0b 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#db0b0b', EndColorStr='#db0b0b', GradientType=0);
  box-shadow: inset 0 0 3px #db0b0b;
  -moz-box-shadow: inset 0 0 3px #db0b0b;
  -webkit-box-shadow: inset 0 0 3px #db0b0b;
}
#cssmenu .has-sub {
  z-index: 100;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #000000;
  border-bottom: 1px dotted #FFFFFF;
  filter: none;
  font-size: 10px;
  display: block;
  line-height: 120%;
  padding: 10px;
  text-align:left;
}
#cssmenu .has-sub ul li:hover a {
  background: #db0b0b;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #000000;
  border-bottom: 1px dotted #FFFFFF;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #db0b0b;
}
