.yearList li.year {
	float:right;
	width:79px;
	height:25px;
	line-height:25px;
	text-align:center;
}
.yearList li.On {
	background-color:#ffffff;
	border:1px solid #b0aba5;
	border-bottom:0px none;
	width:79px;
	_width:108px;
	font-weight:bold;
}
.yearList li.Off {
	background-color:#e9e7ce;
	border-bottom:1px dashed #b0aba5;
}
.yearList li.Off:hover {
	background-color:#ccbb83;
}

