#top_nav  {
	height:24px;
	top: 138px;
	position: relative;
	right: 0px;
	width: 675px;
	float: right;
}
#top_nav li {
	list-style: none;
	float: left;
	height: 24px;
}
#top_nav li a {
	background-repeat: no-repeat;
	background-image:url(../b_button.jpg);
	width: 107px;
	color: #FFFFFF;
	font-size: 0.9em;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height:24px;
	margin: 0px;
}
#top_nav li.order_now a {
	background-image:url(../b_button2.jpg);
	width: 243px;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height:24px;
	margin: 0px;
	padding-left: 7px;
}
#top_nav li a:hover,#top_nav li .selected {
	background-position: bottom left;
	text-decoration:none;
}
	
