a.custom-nav{
	
	background-image: url(/images/btn_off.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	margin-bottom:3px;
	display:block;
}
a.custom-nav:hover{
	background-image: url(/images/btn_on.png);
	color: #303030;
	text-decoration: none;
}