
#cssmenu
{
	position: absolute;
    top: 0;
    left: 0;
    z-index:1000000;
}

#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: #ffffff;
  display: inline-block;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 #333333;
  min-width: 70px;
  <!-- [if IE]>
  min-width: 140px;
  <![endif]-->
}

html[data-useragent*='MSIE 10.0'] #cssmenu a {
  color: #ffffff;
  display: inline-block;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  min-width: 140px;
  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 a {
  background: #EE591F repeat-x left bottom;
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  line-height: 32px;
  padding: 1 35px;
  filter: none;
}
/*#cssmenu > ul > li a:hover {
  background: #d70e2e url(./images/grad_dark.png) repeat-x left bottom;
  background: -moz-linear-gradient(top, #EE591F 0%, #EE591F 50%, #ee3e1f 51%, #FF0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EE591F), color-stop(50%, #EE591F), color-stop(51%, #ee3e1f), color-stop(100%, #FF0000));
  background: -webkit-linear-gradient(top, #EE591F 0%, #EE591F 50%, #ee3e1f 51%, #FF0000 100%);
  background: -o-linear-gradient(top, #EE591F 0%, #EE591F 50%, #ee3e1f 51%, #FF0000 100%);
  background: -ms-linear-gradient(top, #EE591F 0%, #EE591F 50%, #ee3e1f 51%, #FF0000 100%);
  background: linear-gradient(to bottom, #EE591F 0%, #EE591F 50%, #ee3e1f 51%, #FF0000 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#EE591F', endColorstr='#EE591F', GradientType=0);
  filter: none;
}*/
#cssmenu > ul > li a:hover {
  background: #d70e2e url(./images/grad_dark.png) repeat-x left bottom;
  background: -moz-linear-gradient(top, #EE591F 0%, #bf0808 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EE591F), color-stop(100%, #bf0808));
  background: -webkit-linear-gradient(top, #EE591F 0%, #bf0808 100%);
  background: -o-linear-gradient(top, #EE591F 0%, #bf0808 100%);
  background: -ms-linear-gradient(top, #EE591F 0%, #bf0808 100%);
  background: linear-gradient(to bottom, #EE591F 0%, #bf0808 100%);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#EE591F', endColorstr='#bf0808', GradientType=0);
  filter: none;
}
#cssmenu > ul > li:first-child a {
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}
#cssmenu > ul > li:last-child a {
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}
#cssmenu .has-sub:hover ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  top: 38px;
  left: -1px;
  min-width: 100%;
  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: 2px solid #ffffff;
  display: block;
  line-height: 120%;
  padding: 9px 5px;
  text-align: center;
}
