div.nav_button
{
	margin:0px;
	float: left;
	height:23px;
}
.nav_button a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding:4px 0px 0px 22px;
	text-align:left;
	background: url(/images/nav_bar.gif) repeat 0px 0px;
}
div.nav_button a:hover 
{
	color: #fdda0e;
}

div.nav_button_on
{
	margin:0px;
	float: left; 
	height:23px;
}
div.nav_button_on a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fdda0e;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding:4px 0px 0px 22px;
	text-align:left;
	background: url(/images/nav_bar.gif) repeat 0px 0px;
}
div.nav_button_on a:hover
{
}