.bannerr, .bannerl{position:absolute; top:5px;height:60px;}
.bannerl{left:5px;}
.bannerr{right:5px;}


div#googlejs {
	margin-bottom: 15x;
}
div#googlejs dl {
	border-bottom: 4px solid #30353D;
}

html body div div#googlejs dt strong {
	/*background: #858F9E;*/
	background:#446EAD;
	display: block;
	padding: 5px;
}

html body div  div#googlejs dt strong {
	background-color: expression(this.onmouseover = new Function("this.className += ' focus';"),
	this.onmouseout = new Function("this.className = this.className.replace('focus', '');")
	);
}
html body div  div#googlejs dt strong.focus, html body div  div#googlejs dt strong:hover {
	background: #6B7687;
}

html body div  div#googlejs dt a {
	display: inline;
	background: none;
}

html body div div#googlejs dd {
	background:#DCE6F5;
	color:#092247;
}