@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	background: url(i/nav_bg.jpg) repeat-x;
	width: 829px;
	height: 28px;
	padding: 0;
}

li {
	display: inline;
	font-weight: bold;
	width: 91px;
	height: 21px;
	padding: 7px 0 0 0;
	float: left;
	text-align: center;
}

li a {
	color: #fff;
	text-decoration: none;
}



