También podrías hacer lo así:
Cita: <style>
#caberotsec { border-bottom: 1px solid rgb(192, 192, 192);
width: 95%;
height: 25px;
text-align: left;
margin-left: 10px;
margin-top: 20px;
}
#imgrotsec { border-style: solid;
border-color: rgb(192, 192, 192) rgb(192, 192, 192) white;
border-width: 1px 1px 8px;
height: 26px;
width: 96px;
float: left;
}
#menucaberotsec { vertical-align: bottom;
padding-top: 8px;
}
</style>
Aunque en este caso no sé si quieres que sea vea como se ve en IE6 o en FF.
Mikel.