


#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: #444444;
  display: inline-block;
  font-family: 'Verdana', Helvetica, Arial, sans-serif;
  font-size: 13px;
  min-width: 10px;
  text-align: right;
  text-decoration: none;
  text-shadow: 0 -1px 0 #333333;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  float: right;
}
#cssmenu > ul > li.active a {
  background: #333333 url(images/grad_dark.png) repeat-x left bottom;
  filter: none;
}
#cssmenu > ul > li.active a:hover {

  filter: none;
}
#cssmenu > ul > li a {
  box-shadow: inset 0 0 0 1px #000000;
  -moz-box-shadow: inset 0 0 0 1px #000000;
  -webkit-box-shadow: inset 0 0 0 1px #000000;
  background: #000000 url(images/grad_dark.png) repeat-x left top;

  line-height: 44px; /*tamaņo linea vertical*/
  padding: 0 12px; /* distacia hasta laterales*/
  filter: none;
}
#cssmenu > ul > li a:hover {
  background: #000000 url(images/grad_dark.png) repeat-x left bottom;
  color: #ffffff;
}
#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: 1px solid #000000;
}
#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;
}
#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;
  /*background: #000000 url(images/grad_dark.png) repeat-x left bottom;
  opacity: 0.6;
    filter:alpha(opacity=60);

 /* border-left: 1px solid #000000;*/
  display: block;
  line-height: 90%;
  padding: 10px 10px;
  text-align: center;
}



