ho letto dei problemi di IE con il box model... (tanto per cambiare)
Ho provato ad applicare la tecnica di Tantek descritta su constile

Per un rollover ho quindi creato queste classi

codice:
div#menu{
	width : 720px;
	border-bottom : 1px solid #FF3333;
	display : block;
	margin : 0px;
	background : #DDFFFF;
	text-align : center;
	height : 19px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 18px;
}
div#menu a{
	background : #DDFFFF;
	width : 90px;
	text-align : center;
	display: inline-block;
	height : 19px;
	vertical-align : middle;
	margin : 0px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 18px;
}
div#menu a:hover{
	background : #FFCC66;
	cursor : hand;
	height : 19px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 18px;
}
però continua a lasciarmi il px vuoto quando si fa l'hover

come doctype ho messo questo:
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
come mai?:master: