#navcontainer { width: 153px; }

#navcontainer ul
{
margin-left: 0px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 5px;
width: 153px;		       /* AMPLIA AMAŅO DE BOTONES */
background-color: #00008B;     /* COLOR DE BOTONES MENU */
border-bottom: 1px solid #ff0; /* COLOR DE BORDE DE BOTON */
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;      /* COLOR DE LETRA DE BOTONES */
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #DC143C;   /* COLOR DE FONDO DE BOTONES */
color: #00008B;               /* COLOR DE LETRAS DE BOTONES */
}