/* NAV ------------------------ */
#nav {
	border-right: 1px dashed #B7B7B7;
	margin-right: 20px;
	width: 840px;
	padding: 5px 5px 5px 0px;
}

#nav ul {
	padding: 0px 0px 0px 5px;
	list-style: none;
	margin: 0px;
}

#nav ul li {
	margin: 0px 20px 0px 0px;
	padding-left: 0px;
	float: left;
	display: block;
}

#nav ul li.last {
	margin-right: 0px;
}

#nav a {
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	color: #6B6B6B;
	padding: 0px;
	font-weight: bold;
	font-variant: small-caps;
	padding: 7px 0px 7px 15px;
	margin: 0px;
	display: block;
	background: url(../images/bullet01sub.gif) no-repeat center left;
}

/* top nav arc + bullets */
#nav a.one {
	background: url(../images/bullet01sub.gif) no-repeat center left;
}

#nav a.two {
	background: url(../images/bullet02sub.gif) no-repeat center left;
}

#nav a.three {
	background: url(../images/bullet03sub.gif) no-repeat center left;
}

#nav a.current,
#nav a:hover {
	color: #5FB9FF;
}