#SubNav {
	margin-bottom: 8px;
	padding-top: 2px;
	border: 1px #999 solid;
	border-bottom: 0;
}

#SubNav h2  {
	margin: 8px 0 3px 6px;
	font-size: 1em;
	font-weight: bold;
	color: #0066CC;
	text-transform: uppercase;
}

#SubNav ul {
	list-style: none;
	margin: 0 0 6px 0;
	font-size: .9em;
}
#SubNav ul li {
	line-height: 1.2em;
	cursor: pointer;
}

#SubNav ul li a {
	display: block;
	padding: 3px 2px 2px 16px;
	color: #666666;
	text-decoration: none;
	background: #fff url(/images/bullet-Off.gif) no-repeat;
	background-position: 0 5px;
}
#SubNav ul li a:hover {
	color: #000;
	background: #eee url(/images/bullet-On.gif) no-repeat;
	background-position: 0 5px;
}
#SubNav ul li a.active {
	color: #fff;
	background: #990000 url(/images/bullet-Active.gif) no-repeat;
	background-position: 0 5px;
}
#SubNav ul li a.active:hover {
	cursor: default;
}

#SubNav div.separator {
	clear: both;
	margin: 0 auto 10px auto;
	border-top: 1px #999 solid;
}


/* BREADCRUMBS */
#Breadcrumbs {
	clear: right;
	float: left;
	margin: 0 0 15px 10px;
	width: 758px;
	font-size: .9em;
	color: #666;
	background: #f1f1f1;
	border: 1px #ddd solid;
}	
	#Breadcrumbs ul {
		float: left;
		list-style: none;
	}
	#Breadcrumbs li {
		float: left;
		padding: 8px 10px 8px 5px;
		background: url(/images/bg-Breadcrumbs.png) no-repeat right center;
	}
	#Breadcrumbs li a {
		display: block;
		color: #666;
		text-decoration: none;
	}
	#Breadcrumbs li a:hover {
		text-decoration: underline;
	}
	#Breadcrumbs li.active {
		color: #0066CC;
	}

	#Breadcrumbs .Right {
		float: right;
		padding-top: 6px;
	}
	#Breadcrumbs .Right img {
		margin: 0 2px;
	}
	#Breadcrumbs .Right a {
		display: block;
		float: left;
		margin-right: 6px;
		color: #666;
		text-decoration: none;
	}
	#Breadcrumbs .Right a:hover {
		text-decoration: underline;
		cursor: pointer;
	}

