	.appAreaNav dl {
		font-size: .75em;
		margin: 0 20px;
		line-height: 1.7em;
		color: #666;
		text-transform: uppercase;
		font-weight: normal;
		list-style-type: circle;
	}
	.appAreaNav dl dt {
		color: #333;
		float: left;
		font-weight: bold;
		margin-right: 4px;
	}
	.appAreaNav dl dd {
		float: left;
		list-style: outside;
		background: url(/images/ico_bullet.gif) no-repeat right;
		padding-right: 22px;
		padding-left: 0;
	}
	.appAreaNav dl dd.last {
		background: none;
	}
	.appAreaNav dl dd a {
		text-decoration: none !important;
		color: #aaa !important;
		
	}
	.appAreaNav dl dd a:hover {
		text-decoration: underline;
		color: #00349A !important;
	}
	.aad dd a.aad, .bvz dd a.bvz, .doe dd a.doe, .eda dd a.eda, .idm dd a.idm, .mdl dd a.mdl, .qlt dd a.qlt, .rly dd a.rly, .sts dd a.sts, .vss dd a.vss{
		font-weight: bold;
		color: #666 !important;
	}
	.appAreaNav {
		float: left;
		margin-top: 24px;
	}
	dl.capabilityLinks {
		list-style-type: none;
		margin-left: -8px;
	}
	dl.capabilityLinks dt {
		font-weight: bold;
		padding-left: 8px;
		color: #cc6600;
		float: none;
		margin-bottom: .5em;
	}
	dl.capabilityLinks dd {
		float: left;
		padding: 0 8px;
		border-right: 1px solid #c5c5c5;
		margin-bottom: 8px;
	}
	dl.capabilityLinks dd a {
		text-decoration: none;
	}
	dl.capabilityLinks dd:last-child {
		border-right: none;
	}