#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #ffffff;
  display: inline-block;
  font-family:Arial;
  font-size: 12px;
  min-width: 50px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 #333333;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li.active a {
  /*background: #0b7a96 url(images/grad_dark.png) repeat-x left bottom;
  background: -moz-linear-gradient(top, #fcfdfd 0%, #f1f3f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfdfd), color-stop(100%, #f1f3f4));
  background: -webkit-linear-gradient(top, #fcfdfd 0%, #f1f3f4 100%);
  background: -o-linear-gradient(top, #fcfdfd 0%, #f1f3f4 100%);
  background: -ms-linear-gradient(top, #fcfdfd 0%, #f1f3f4 100%);
  background: linear-gradient(to bottom, #fcfdfd 0%, #f1f3f4 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fcfdfd', endColorstr='#f1f3f4', GradientType=0);
  box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
  -moz-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
  -webkit-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
  filter: none;*/
}
#cssmenu > ul > li.active a:hover {
 /* background: -moz-linear-gradient(top, #fcfdfd 0%, #f1f3f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfdfd), color-stop(100%, #f1f3f4));
  background: -webkit-linear-gradient(top, #fcfdfd 0%, #f1f3f4 100%);
  background: -o-linear-gradient(top, #fcfdfd 0%, #f1f3f4 100%);
  background: -ms-linear-gradient(top, #fcfdfd 0%, #f1f3f4 100%);
  background: linear-gradient(to bottom, #fcfdfd 0%, #f1f3f4 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fcfdfd', endColorstr='#f1f3f4', GradientType=0);
  filter: none;*/
}
#cssmenu > ul > li a {
 /* box-shadow: inset 0 0 0 1px #0b7a96;
  -moz-box-shadow: inset 0 0 0 1px #0b7a96;
  -webkit-box-shadow: inset 0 0 0 1px #0b7a96;
  background: #0b7a96 url(images/grad_dark.png) repeat-x left top;
  background: -moz-linear-gradient(top, #0b7a96 0%, #0b7a96 50%, #0b7a96 51%, #0b7a96 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0b7a96), color-stop(50%, #0b7a96), color-stop(51%, #60b7a96), color-stop(100%, #0b7a96));
  background: -webkit-linear-gradient(top, #0b7a96 0%, #0b7a96 50%, #0b7a96 51%, #0b7a96 100%);
  background: -o-linear-gradient(top, #0b7a96 0%, #0b7a96 50%, #0b7a96 51%, #0b7a96 100%);
  background: -ms-linear-gradient(top, #0b7a96 0%, #0b7a96 50%, #0b7a96 51%, #0b7a96100%);
  background: linear-gradient(to bottom, #0b7a96 0%, #0b7a96 50%, #0b7a96 51%, #0b7a96 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0b7a96', endColorstr='#0b7a96', GradientType=0);
  border-bottom: 1px solid #5d5d5d;
  border-top: 1px solid #5d5d5d;
  border-right: 1px solid #5d5d5d;
  line-height: 34px;
  padding: 0 35px;
  filter: none;*/
}
#cssmenu > ul > li a:hover {
 /* background: #8a8a8a url(images/grad_dark.png) repeat-x left bottom;
  background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(50%, #4a4a4a), color-stop(51%, #3b3b3b), color-stop(100%, #525252));
  background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: -o-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  background: linear-gradient(to bottom, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);
  filter: none;*/
}
#cssmenu > ul > li:first-child a {
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-left: 1px solid #5d5d5d;
}
#cssmenu > ul > li:last-child a {
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}
#cssmenu .has-sub:hover ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  top: 30px;
  left: -1px;
  min-width: 150%;
  height:40px;
  text-align: center;
  /* IE7 */

  *width: 100%;
}
#cssmenu .has-sub ul li {
  text-align: center;
}
#cssmenu .has-sub ul li a {
  border-top: 0 none;
  border-left: 1px solid #5d5d5d;
  display: block;
  line-height: 120%;
  padding: 9px 5px;
  text-align: center;
}
