#nav,
#subnav {
	padding-bottom: 5px;;
	position:		relative;
	width: 817px;
	background: url(menu_bg.gif) left top repeat-x;
	font-size: 1.0em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	padding-left: 10px;
	padding-top: 2px;
}
#nav a,
#subnav a {
	color: #999;
}
#nav a:hover,
#subnav a:hover,
#nav a.active,
#subnav a.active {
	color: #000;
	text-decoration: none;
}
#nav {
	margin-bottom: 0;
}
#subnav {
	background: none;
	margin: 0;
	padding: 0;
}
#subnav li,
#nav li {
	display: inline;
	padding-right: 8px;
}
span.dot {
	margin-right: 8px;
}
