/* =-=-=-=-=-=-=-[Menu Five]-=-=-=-=-=-=-=- */

#menu {
width: 200px;
border-style: none solid none solid;
border-color: #D0D0D0;
border-width: 1px;
margin: 10px;
}

#menu li a {
/* height: 32px; */
/* voice-family: "\"}\""; */
voice-family: inherit;
height: 24px;
text-decoration: none;
}

#menu li a:link, #menu li a:visited {
color: #777;
background-color: rgb(0, 0, 0);
display: block;
background: url(imagenes/menu.gif);
padding: 8px 25px 0 10px;
text-align: right;
}

#menu li a:hover {
color: #fff;
background-color: rgb(0, 0, 0);
background: url(imagenes/menu.gif) 0 -32px;
padding: 8px 25px 0 10px;
text-align: right;
}

#menu li a:active {
color: #fff;
background-color: rgb(0, 0, 0);
background: url(imagenes/menu.gif) 0 -64px;
padding: 8px 25px 0 10px;
text-align: right;
}

.seleccion { font-size: 10pt; }

.seleccion tr:hover { text-decoration: underline overline;
    color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    }