.bannerr, .bannerl{position:absolute; top:5px;height:60px;}
.bannerl{left:5px;}
.bannerr{right:20px;}



* html  div#googlejs dt strong {
	color: expression(this.onmouseover = new Function("this.className += ' hover';"),
		this.onmouseout = new Function("this.className = this.className.replace('hover', '');")
	);	
}
div#googlejs dl {
	border-bottom: 2px solid #93001E;
}

div#googlejs dt strong {
	display:block;
	background-color:#BE0027;
	padding:5px;

}
div#googlejs dt strong:hover, div#googlejs dt strong.hover, div#googlejs dt strong:hover a , div#googlejs dt strong.hover a{
	background:#93001E;	
}