
#client_menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#client_menu li {
	float: left;
	font-fmaily: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size:13px;
}
#client_menu a {
	background: #333 url("images/menu/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#client_menu a:hover {
	background: #2580a2 url("images/menu/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}


.order_td{
    background-image:url("/images/header_bg.gif");
    font-weight: bold;
}
.order_td a{
  text-decoration:none;
  font-weight: bold;
  color:#000000;
}
