@charset "UTF-8";

div.topbanner{
	background:url(/images/banner_pricedown.gif) no-repeat;
	width:735px;
	height:60px;
	margin:0 auto 20px;
	position:relative;
}
div.topbanner span{
	display:none;
}
div.topbanner a{
	position:absolute;
	text-indent:-9999px;
	height: 50px;
	width: 100px;
	display: block;
	top: 5px;
}
a#bnrconv{
	left:5px;
	width: 270px;
	background:url(/images/banner_pricedown.gif) no-repeat -20px -5px;
}

a#bnrparts{
	left:281px;
	width: 230px;
	background:url(/images/banner_pricedown.gif) no-repeat -270px -5px;
}


a#bnrconv:hover{
	background:url(/images/banner_pricedown.gif) no-repeat -20px -105px;
}

a#bnrparts:hover{
	background:url(/images/banner_pricedown.gif) no-repeat -270px -105px;
}
