Prova costruendo due nuove classi. Al termine "moduletable"aggiungi un suffisso (io ho usato "soft").
#leftmain {
margin: 0;
padding:0px;
text-align: left;
width: 100%;
}
#leftmain table.moduletable th, #rightmain table.moduletable th {
height:80px;
background:url(../images/hardware.gif) repeat-x;
background-position:left bottom;
font : bold 11px Verdana, sans-serif, Helvetica ;
color: #FFFFFF;
text-align: left;
text-indent: 10px;
padding-top: 0px;
margin: 0px;
line-height:15px;
}
#leftmain table.moduletablesoft th {
height:80px;
background:url(../images/software.gif) repeat-x;
background-position:left bottom;
font : bold 11px Verdana, sans-serif, Helvetica ;
color: #FFFFFF;
text-align: left;
text-indent: 10px;
padding-top: 0px;
margin: 0px;
line-height:15px;
}
#leftmain table {
font : normal 11px Verdana, sans-serif, Helvetica ;
color: #666666;
text-align : left;
padding : 2px 0px 0px 0px;
}
#leftmain table.moduletable tr {
}
#leftmain table.moduletablesoft tr {
}
Nel modulo menu, nello spazio per il suffisso di classe scrivi "soft" (senza gli apici).
Fammi sapere