#nav {
	clear: both;
	display: block;
	height: 43px;
	width: 780px;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
}
#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;	
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.nlink, .nlinkbegin {
	float:left;
	width:auto;
	list-style: none;
	display:inline;
	text-align:center;
	padding-top: 15px;
	height:28px;
	background-image: url(images/nav-line.gif);
	background-repeat: no-repeat;
}
.nlink{
	padding-left: 74px;
	padding-right: 73px;
	background-position: right top;
}
.nlinkbegin{
	padding-left: none;
	padding-right: 6px;
	background-position: left top;
}
