@charset "utf-8";
.rollover a {
	display: block;
	width: 95px;
	height: 25px;
	color: #FFCC00;
	background: url("i-button.png") 0 0 no-repeat;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	text-align: center;
	padding-top: 06px;
	font-weight: bold;
}

.rollover a:hover { 
background: url("i-button_on.png") 0 0 no-repeat;
}