#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;
  min-width: 30px;
  text-align: center;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li.active a {
  background: #ffa15f url(../imagens/grade.png) repeat-x left bottom; 
  box-shadow: inset 0 0 3px #ef7f30, inset 0 3px 20px #ef7f30; 
  -moz-box-shadow: inset 0 0 3px #ef7f30, inset 0 3px 20px #ef7f30;
  -webkit-box-shadow: inset 0 0 3px #ef7f30, inset 0 3px 20px #ef7f30;
  filter: none;
}
#cssmenu > ul > li a {
  box-shadow: inset 0 0 0 1px #ffa15f;
  -moz-box-shadow: inset 0 0 0 1px #ffa15f;
  -webkit-box-shadow: inset 0 0 0 1px #ffa15f;
  background: #ef7f30 url(../imagens/grade.png) repeat-x left top;
  border-bottom: 1px solid #ed8b47;
  border-top: 1px solid #ed8b47;
  border-right: 1px solid #ed8b47;
  line-height: 60px;
  padding: 0 25px;
  filter: none;
}
#cssmenu > ul > li a:hover {
  background: #ffa15f url(../imagens/grade.png) repeat-x left bottom;
  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 #ed8b47;
}
#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: 36px;
  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: 1px solid #ed8b47;
  display: block;
  line-height: 120%;
  padding: 9px 5px;
  text-align: center;
}
