
#adbuttons a:link, #adbuttons a:active, #adbuttons a:visited {
	background-image: url(images/blank_btn.jpg);
	width: 245px;
	height: auto;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 53px;
	background-position: center top;
}
#adbuttons a:hover {
	background-image: url(images/blank_btn_on.jpg);
	display: block;
	color: #FFCC00;
}