table.hki-navigation{
	width:100%;
	border-collapse:collapse;
	border:none;
}
table.hki-navigation{
	border:none;
	border-collapse:collapse;
}
table.hki-navigation td.leading{
	height:30px; 
	background:url(/public/images/tab_blank.gif);
	text-align:right;
}
table.hki-navigation table{
	height:30px;
	border-collapse:collapse;
	padding:0px;
}
table.hki-navigation table tr{
	border-collapse:collapse;
	height:30px;
}
table.hki-navigation table td.tab-off{
	background:url(/public/images/tab_Off.gif);
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}
table.hki-navigation table td.tab-off a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	color: #000; 
	text-decoration: none;
}
table.hki-navigation table td.tab-on{
	background:url(/public/images/tab_On.gif);
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
table.hki-navigation table td.last-tab{
	padding-right:15px;
}
table.hki-navigation table td.tab-on a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	color: #FFF; 
	font-weight: bold;
	text-decoration: none;
}