.aui #menu {
}

.aui #menu-ul {
  /* el rectángulo contenedor */
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: 215px;
  /* propiedades optativas */
  background-color: none;     /* #CD853F */
  border: 1px none #356;     /*  el marco de la tabla he cambiado solid por none */
  outline: 1px solid #FFF;   
}

.aui #menu-li a, .aui .menu-li a {
  /* el enlace de cada item */
  display: block;     /* block */
  margin: 1px;   
  text-decoration: none;
  font-weight: bold;

  /* propiedades optativas */
  /* background: #E8E8E8 url(/image/image_gallery?uuid=0f7a7377-a3d4-43f3-9c93-42a679848dfa&groupId=26427&t=1344421913780) no-repeat 2px 4px; */
  
  border: 2px solid #000000;
  color: #000000 !important;  
  padding: 5px 2px 5px 20px;  /* top right bottom left */
  width: 185px; 
  border-top-right-radius:    20px 20px;
  border-bottom-left-radius:  20px 20px;
  min-height: 2rem;

  background: #CCC;
  background: -moz-linear-gradient( top, #FFFFFF, #cccccc);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#cccccc));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#cccccc);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#999999, endColorstr=#cccccc)";
}

.aui  #menu-li-destacado a, .aui  .menu-li-destacado a {
/* #00cc00, #005500 */
    background: #005500;
    background: -moz-linear-gradient(center top , #00cc00, #005500) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(#00cc00), to(#005500));
    border: 2px solid #FFFFFF;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #FFFFFF;
    display: block;
    margin: 1px;
    padding: 5px 2px 5px 20px;
    text-decoration: none;
    width: 185px;
}
.aui  #menu-li a:hover, .aui  .menu-li a:hover {
  /* propiedades optativas */
  background: #999999 url(/image/image_gallery?uuid=1c3cf955-9e08-48e4-9712-cf62e28a1523&groupId=26427&t=1344421913754) no-repeat 2px 4px;   /*  #577986 */
  border-top:2px solid blue;
  border-bottom: 2px solid blue;   
  border-left: 2px solid blue;  
  border-right: 2px solid blue;  
  color: #FFFFFF;  
}

.aui  #menu-li span, .aui  .menu-li span {
  /* el contenido permanece oculto por defecto */
  display:  none;
}

.aui  #menu-li a:hover span, .aui  .menu-li a:hover span {
  /* el contenido se muestra al pasar el cursor encima */
  display: block;
  /* propiedades optativas */
  padding: 2px 0;
  margin: 0 0 0 0px;
}

.aui  #menu-li-destacado a:hover, .aui  .menu-li-destacado a:hover {
    background: url("/image/image_gallery?uuid=1c3cf955-9e08-48e4-9712-cf62e28a1523&groupId=26427&t=1344421913754") no-repeat scroll 2px 4px #00EE00;
    border-color: #00EE00;
    border-style: solid;
    border-width: 2px;
    color: #000000;
}

.aui  #menu-li-destacado span, .aui  .menu-li-destacado span {
  /* el contenido permanece oculto por defecto */
  display:  none;
}

.aui  #menu-li-destacado a:hover span, .aui  .menu-li-destacado a:hover span {
  /* el contenido se muestra al pasar el cursor encima */
  display: block;
  /* propiedades optativas */
  padding: 2px 0;
  margin: 0 0 0 0px;
}
