 
.link_black {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	text-decoration: none;
}

.link_black_sel {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom : 0px ;
	display:block;
	background-image: url('http://www.ireading.cc/images/btnbgover.gif');
	background-repeat: no-repeat;
	height: 26px;
	width: 69px;
}

a.link_black:hover {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom : 0px ;
	display:block;
	background-image: url('../../images/btnbgover.gif');
	background-repeat: no-repeat;
	height: 26px;
	width: 69px;
} 

