
.current {
	background-image: url(../images/btn_01.gif);
	background-repeat: repeat;
	font-size:14px;
	color:#ED135A;
	font-weight:bold;
	solid :1px;
	cursor:hand;
	width:155px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	}
.on {
	font-size: 14px;
	line-height:36px;
	cursor:hand;
	font-weight:bold;
	solid :1px;
	color:#FFFFFF;
	width:155px;
	background-image: url(../images/btn_02.gif);
	text-align: center;
	height: 36px;
}
