ciao, io quando applico l'altezza ad un div, mi appare un margine di circe 5px, e se tolgo l'altezza sparice. è normale ?? :O

codice:
 div#container_personal_menù
{
	 height:60px;
}

.class_personal_profile_DX{
float: right;
width:155px;
height:60px;
background:url(../image_layout/user_menu.gif) right;
background-repeat:no-repeat;
}

.class_personal_profile_SX{
width:155px;
float:right;
height:60px;
background:url(../image_layout/user_menu.gif) left;
background-repeat:no-repeat;
}
(i due div sono allineati sulla stessa riga, posizionati sulla destra)

se tolgo - height:60px; il margine sparisce, come mai? come risolvo?
grazie in anticipo