#nav {
	font-size:12px;
	font-weight:bold;
	text-align: center;
	width:1005px;
	height:34px;
	margin:0px auto;
	background-image: url(img/navback.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#dropdownMenu {
	margin:0px auto;
	padding-top:3px;
}
#nav ul li {
	float:left;
}
#nav ul li a {
	display:block;
	width:164px;
	height: 29px;
	color: #fff;
	line-height:29px;
	text-decoration:none;
	margin: 0px 1px;
}
.nomore {
	background-image: url(img/btn.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.more {
	background-image: url(img/btnmore.gif);
}
#nav ul li a:hover {
	background-image: url(img/btnhover.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	text-decoration:none;
}
#nav ul li ul {
	background-color: #862618;
}
#nav ul li ul li {
	float:none;
}
#nav ul li ul li a{
	background:none;
	border-top:solid 1px #FFFFCC;
}