#nav {
	width:230px;
}
#nav a {
	text-decoration:none;
	color:#000;
}
#nav dl {
	margin:0;
	padding:0 0 3px;
	border-bottom:3px solid #00496c;
}
#nav dd {
	margin:0;
}
#nav dt a {
	background:url(bullet-arrow.gif) no-repeat 15px 50%;
	line-height:30px;
	font-weight:700;
	margin:3px 0 0;
	height:30px;
	display:block;
	padding-left:35px;
}
#nav dt a span {
	visibility:hidden;
}
#nav dt#home {
	background:url(nav-home.png) no-repeat;
}
#nav dt#consulting {
	background:url(nav-consulting.png) no-repeat;
}
#nav dt#capital {
	background:url(nav-capital.png) no-repeat;
}
#nav dt#people {
	background:url(nav-people.png) no-repeat;
}
#nav dt#careers {
	background:url(nav-careers.png) no-repeat;
}
#nav dt#contact {
	background:url(nav-contact.png) no-repeat;
}
#nav ul {
	padding:0 3px;
	margin:0;
	list-style:none;
}
#nav li {
	background:none;
	display:block;
}
#nav li a {
	padding:5px 0 0 30px;
	background:url(bullet-sub1.gif) no-repeat 16px 12px;
	color:#6894a8;
	font:15px/25px "Trebuchet MS", Helvetica, sans-serif;
	font-weight:700;
}
#nav li li {
	border-bottom:1px dotted #000;
	padding:2px 0 2px 5px;
	background:none;
	display:block;
}
#nav li li.last {
	border:none;
}
#nav li li a {
	background:url(bullet-sub2.gif) no-repeat 16px 10px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	line-height:20px;
}
#nav li li a:hover {
	font-weight:700;
}
#nav li li a.active {
	font-weight:700;
	color:#00496C;
}