Bueno gracias a todos los que han visitado el post

y especiales gracias a eZakto por responder


pero ya he resuelto el problema

. El meollo de la cuestión era que había un conflicto con el atributo "float" y además me faltaba poner el atributo "clear: left" a uno de los divs de menú.
Finalmente el Código HTML no le he tocado a excepción de lo que me dijo eZakto y el código css ha quedado así
CSS:
Código CSS:
Ver original#menu2 {background-color: #F2F2F2 ; width: 121px ; float:left ; height: 24px ;
text-align: left ; margin-top: 25px ; padding: 1px 1px 1px 1px ; border-right: #D8D8D8 1px solid ; border-top: #D8D8D8 1px solid }
#menu1 {background-color: #FFFFFF ; width: 25px ; float:left ; height: 25px ;
text-align: left ; margin-top: 25px ; padding: 1px 1px 1px 1px ; border-left: #D8D8D8 1px solid ;border-top: #D8D8D8 1px solid }
#elem1 {background-color: #FFFFFF ; width: 150px ; float: left ; clear: left ; height:25px ;
text-align: left ; margin-top:0px ; border-right: #D8D8D8 1px solid ; border-left: #D8D8D8 1px solid ; border-top: ; border-bottom: #D8D8D8 1px dotted }
#elem2 {background-color: #FFFFFF ; width: 150px ; float: left ; clear: left ; height:25px ;
text-align: left ; margin-top:0px ; border-right: #D8D8D8 1px solid ; border-left: #D8D8D8 1px solid ; border-top: ; border-bottom: #D8D8D8 1px dotted }
#elem7 {background-color: #FFFFFF ; width: 150px ; float: left ; clear: left ; height:25px ;
text-align: left ; margin-top:0px ; border-right: #D8D8D8 1px solid ; border-left: #D8D8D8 1px solid ; border-top: ; border-bottom: #D8D8D8 1px solid }
#elemesp {background-color: #FFFFFF ; width: 150px ; float: left ; clear: left ; height:35px ;
text-align: left ; margin-top:0px ; border-right: #D8D8D8 1px solid ; border-left: #D8D8D8 1px solid ; border-top: ; border-bottom: #D8D8D8 1px solid }
Como veis he sustituido el div "menu" por esos "elem" porque la estetica del menu ha cambiado algo podeis ver como ha quedado el menú ahora en [URL="http://alber.mypressonline.com/indextpc.html"]el boceto de mi página de aprendizaje[/URL]
Saludos!
TEMA CERRADO