#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin:0px;
	border-bottom: 1px dotted #B68901;
	line-height: 24px;
	text-indent: 15px;
	padding: 0px;
	list-style-type: none;
}
#nav ul ul li{
	margin:0px;
	line-height: 24px;
	text-indent: 30px;
	padding: 0px;
	background-image: url(../images/layout/subnavbullet.gif);
	background-repeat: no-repeat;
	background-position: 18px 1px;
	font-size: 12px;
}
#nav a,#nav a:link,#nav a:visited{
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#nav a:hover {
	text-decoration: underline;
	color: #B68901;
}
#nav a.current {
	color: #B68901;
	font-weight: bold;
}

